X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Report%2FMakefile;h=af318ce990c7784b423761598dafd137d3388eb4;hb=8ad3bed87680f5fb93d1ee0d90668c2188a7c8a9;hp=6801ad0af26a344018f3c31262b822dc6ab0f9a7;hpb=b8d584e12f4fea295c011c19b6ee15050e2f0dd9;p=matthijs%2Fprojects%2Finternship.git diff --git a/Report/Makefile b/Report/Makefile index 6801ad0..af318ce 100644 --- a/Report/Makefile +++ b/Report/Makefile @@ -1,4 +1,4 @@ -all: Report.dvi +all: Report.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=$@ -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; \