Add a sheet with an image of the compilation process.
[matthijs/projects/internship.git] / Progress presentation / Makefile
index 8047620b4522db465fbedf166cb31cf86ce665ff..ece134a5e34830ff75601b7f272654744f067196 100755 (executable)
@@ -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
+Presentation.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 \