summaryrefslogtreecommitdiff
path: root/forms/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2011-02-11 13:13:00 +0100
committerJan Altenberg <jan@linutronix.de>2011-02-11 13:13:00 +0100
commite32b297c4f2e9635a931e5e0e7649348eedc8e3c (patch)
treef0b629be69d33848459e98f6fd55abc029f411da /forms/Makefile
parent6899aa44836314fcb2f387de7a9eff72e7631ed1 (diff)
Evaluation sheet
Diffstat (limited to 'forms/Makefile')
-rw-r--r--forms/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/forms/Makefile b/forms/Makefile
new file mode 100644
index 0000000..d641258
--- /dev/null
+++ b/forms/Makefile
@@ -0,0 +1,9 @@
+all:
+ for pdf in `ls -1 *.tex` ; do \
+ TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
+ TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
+ done
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+