Add image with the compilation workflow.
[matthijs/projects/internship.git] / Report / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 6801ad0..fac9ed7
@@ -8,7 +8,7 @@ REPEAT_TEXT = 'Rerun to get cross-references right'
 %.ps: %.svg
        inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@
 
-Report.dvi: *.tex Front/*.tex Main/*.tex Main/*/*.tex Report.bib
+Report.dvi: *.tex Front/*.tex Main/*.tex Main/*/*.tex Report.bib Img/Compiling.ps
        latex '\scrollmode\input $(basename $@)' || exit 1; \
        bibtex $(basename $@) || exit 1; \
        latex '\scrollmode\input $(basename $@)' || exit 1; \