diff options
| author | Manuel Traut <manut@mecka.net> | 2011-04-25 21:08:33 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-04-25 21:08:33 +0200 |
| commit | fe4b1b187ab159ca052707fb89202c02a0e432bf (patch) | |
| tree | 11c28df20b6e20b12bd12da8ade8440ccc0d88f7 /linux-basics/fromscratch_vs_debian/Makefile | |
| parent | 22da5b25692a0247413e74b6c03bb635a4172b60 (diff) | |
vorl5: RFS generation added
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'linux-basics/fromscratch_vs_debian/Makefile')
| -rw-r--r-- | linux-basics/fromscratch_vs_debian/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/fromscratch_vs_debian/Makefile b/linux-basics/fromscratch_vs_debian/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/linux-basics/fromscratch_vs_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 + |
