X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Report%2FMakefile;h=af318ce990c7784b423761598dafd137d3388eb4;hb=8ad3bed87680f5fb93d1ee0d90668c2188a7c8a9;hp=6801ad0af26a344018f3c31262b822dc6ab0f9a7;hpb=99713a971023a195e42cf9e63a6b30e3e87d9880;p=matthijs%2Fprojects%2Finternship.git diff --git a/Report/Makefile b/Report/Makefile old mode 100755 new mode 100644 index 6801ad0..af318ce --- 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; \