summaryrefslogtreecommitdiff
path: root/distribution/debian/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2013-07-10 17:26:31 +0200
committerManuel Traut <manut@mecka.net>2013-07-10 17:26:31 +0200
commitbead619b23d34d7df8d5c7d64b38b5bac101ded5 (patch)
tree98e48bea8ae05319e56b39ef04eacacb026881f3 /distribution/debian/Makefile
parentee774829de8607af65a128e171bdba1f26409ad4 (diff)
add presentation about the debian project
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'distribution/debian/Makefile')
-rw-r--r--distribution/debian/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/distribution/debian/Makefile b/distribution/debian/Makefile
new file mode 100644
index 0000000..d641258
--- /dev/null
+++ b/distribution/debian/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
+