From 00e936a737b749d176371d0861b1d403b37d2cba Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 17 Oct 2010 19:10:04 +0200 Subject: add missing makefiles Signed-off-by: Manuel Traut --- application-devel/compile-tools/Makefile | 9 +++++++++ application-devel/devel-best-practices/Makefile | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 application-devel/compile-tools/Makefile create mode 100644 application-devel/devel-best-practices/Makefile (limited to 'application-devel') 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 + -- cgit v1.2.3