summaryrefslogtreecommitdiff
path: root/forms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'forms/Makefile')
-rw-r--r--forms/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/forms/Makefile b/forms/Makefile
deleted file mode 100644
index d641258..0000000
--- a/forms/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-