diff options
| author | Manuel Traut <manut@mecka.net> | 2011-02-21 23:50:21 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-02-21 23:50:21 +0100 |
| commit | dd7ffd32de0818d29fdc1a35386708da3746f5c8 (patch) | |
| tree | 605e9527a2c45d000b868a68ccb2be7a7fa6eff9 /Makefile | |
| parent | dc91330f006c324428d35a24ed56c173f22e7d16 (diff) | |
vorlesung1 ready :)
make vorlesung to build presentation and handout
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -18,6 +18,28 @@ all clean:: rm -f *.blg rm -f *.out rm -f *.vrb + +vorlesung:: + mv configpres.tex _configpres.tex + touch configpres.tex + mv tailpres.tex _tailpres.tex + touch tailpres.tex + pdflatex vorl1.tex + pdflatex vorl1.tex + rm configpres.tex tailpres.tex + mv _configpres.tex configpres.tex + mv _tailpres.tex tailpres.tex + mv confighandout.tex _confighandout.tex + touch confighandout.tex + mv tailhandout.tex _tailhandout.tex + touch tailhandout.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout1.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout1.tex + rm confighandout.tailhandout.tex + mv _confighandout.tex confighandout.tex + mv _tailhandout.tex tailhandout.tex + + pres:: mv configpres.tex _configpres.tex touch configpres.tex @@ -27,9 +49,9 @@ pres:: bibtex pres_master.aux pdflatex pres_master.tex pdflatex pres_master.tex + rm configpres.tex tailpres.tex mv _configpres.tex configpres.tex mv _tailpres.tex tailpres.tex - rm configpres.tex tailpres.tex book:: mv confighandout.tex _confighandout.tex touch confighandout.tex |
