summaryrefslogtreecommitdiff
path: root/distribution/elbe-usage/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2013-01-25 11:26:17 +0100
committerJan Altenberg <jan@linutronix.de>2013-01-25 11:26:17 +0100
commitf23a0f8295316d6cf556c6c3830e5fe3d9d0a5f4 (patch)
treee9351fa645e021dce3ebb0a7d620775a306bd0e0 /distribution/elbe-usage/Makefile
parent494b16d6fbd565225e4f9ddaf2b813b520271753 (diff)
Skeleton for ELBE
Diffstat (limited to 'distribution/elbe-usage/Makefile')
-rw-r--r--distribution/elbe-usage/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/distribution/elbe-usage/Makefile b/distribution/elbe-usage/Makefile
new file mode 100644
index 0000000..d641258
--- /dev/null
+++ b/distribution/elbe-usage/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
+