summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2dbcad8..3695e49 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ vorlesung::
touch tailpres.tex
pdflatex vorl2.tex
pdflatex vorl2.tex
+ pdflatex vorl.tex
+ pdflatex vorl.tex
rm configpres.tex tailpres.tex
mv _configpres.tex configpres.tex
mv _tailpres.tex tailpres.tex
@@ -35,6 +37,8 @@ vorlesung::
touch tailhandout.tex
TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout2.tex
TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout2.tex
+ TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex
+ TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex
rm confighandout.tex tailhandout.tex
mv _confighandout.tex confighandout.tex
mv _tailhandout.tex tailhandout.tex