diff options
| author | Manuel Traut <manut@mecka.net> | 2013-07-10 17:26:46 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-07-10 17:26:46 +0200 |
| commit | dbe370b913c02451613d2e5b6405f0b6dba643da (patch) | |
| tree | 917f5fe2164d23f374f72fecb55fb6fa585c7d26 /distribution/elbe/Makefile | |
| parent | bead619b23d34d7df8d5c7d64b38b5bac101ded5 (diff) | |
add a presentation about the elbe project
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'distribution/elbe/Makefile')
| -rw-r--r-- | distribution/elbe/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distribution/elbe/Makefile b/distribution/elbe/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/distribution/elbe/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 + |
