X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=blobdiff_plain;f=Report%2FMakefile;h=fac9ed755d77ee9e3c873d03543e9a58f35d5d4d;hp=6801ad0af26a344018f3c31262b822dc6ab0f9a7;hb=49d56a8de76831dfb00068c19c67b13873d0326d;hpb=cd3abba7c3dc49b4e2485bafe7fdf82073658d4e diff --git a/Report/Makefile b/Report/Makefile index 6801ad0..fac9ed7 100644 --- a/Report/Makefile +++ b/Report/Makefile @@ -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; \