summaryrefslogtreecommitdiff
path: root/application-devel
diff options
context:
space:
mode:
Diffstat (limited to 'application-devel')
-rw-r--r--application-devel/compile-tools/Makefile9
-rw-r--r--application-devel/devel-best-practices/Makefile9
2 files changed, 18 insertions, 0 deletions
diff --git a/application-devel/compile-tools/Makefile b/application-devel/compile-tools/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/application-devel/compile-tools/Makefile
@@ -0,0 +1,9 @@
+all:
+ for pdf in `ls -1 *.tex` ; do \
+ pdflatex $$pdf; \
+ pdflatex $$pdf; \
+ done
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+
diff --git a/application-devel/devel-best-practices/Makefile b/application-devel/devel-best-practices/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/application-devel/devel-best-practices/Makefile
@@ -0,0 +1,9 @@
+all:
+ for pdf in `ls -1 *.tex` ; do \
+ pdflatex $$pdf; \
+ pdflatex $$pdf; \
+ done
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+