X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=Presentations%2FMakefile;h=6899b9b3d7a9685090d63bb139fce01cc51a7b05;hb=d5f04dbba9dad2feaa0793aa7392e403253fbec8;hp=ece134a5e34830ff75601b7f272654744f067196;hpb=793419cd30114b977968f4737690fd5c430fc3fc;p=matthijs%2Fprojects%2Finternship.git diff --git a/Presentations/Makefile b/Presentations/Makefile index ece134a..6899b9b 100755 --- a/Presentations/Makefile +++ b/Presentations/Makefile @@ -1,4 +1,4 @@ -all: Presentation.pdf +all: Progress.pdf REPEAT_TEXT = 'Rerun to get cross-references right' @@ -8,7 +8,7 @@ REPEAT_TEXT = 'Rerun to get cross-references right' %.ps: %.svg inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@ -Presentation.dvi: *.tex beamerthemerecore.sty images/*.ps +Progress.dvi: *.tex beamerthemerecore.sty images/*.ps latex '\scrollmode\input $(basename $@)' || exit 1; \ latex '\scrollmode\input $(basename $@)' || exit 1; \ while grep -s $(REPEAT_TEXT) $(addsuffix .log,$(basename $@)) ; do \