From: Matthijs Kooijman Date: Fri, 27 Jun 2008 14:53:29 +0000 (+0200) Subject: Make the dvi file depend on the recore theme. X-Git-Tag: Report-final~73 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=commitdiff_plain;h=3de70c4f48f1998bd06326b04b8c4b8639624dfe Make the dvi file depend on the recore theme. --- diff --git a/Progress presentation/Makefile b/Progress presentation/Makefile index c6a8a32..8592f9b 100755 --- a/Progress presentation/Makefile +++ b/Progress presentation/Makefile @@ -8,7 +8,7 @@ REPEAT_TEXT = 'Rerun to get cross-references right' %.ps: %.svg inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@ -Presentation.dvi: *.tex +Presentation.dvi: *.tex beamerthemerecore.sty latex '\scrollmode\input $(basename $@)' || exit 1; \ while grep -s $(REPEAT_TEXT) $(addsuffix .log,$(basename $@)) ; do \ latex '\scrollmode\input $(basename $@)' || exit 1; \