X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fdocuments.git;a=blobdiff_plain;f=Makefile;h=707a63cf63147518391a044dffbc82542bb83375;hp=91d89bf3cc09a4b3b24345aa849c7f445136b787;hb=7c5e7af17657010608facfcc37b964a816062f1b;hpb=636de1179f4e0a94bf6315deadec1f757800e459 diff --git a/Makefile b/Makefile index 91d89bf..707a63c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -TARGETS = ProjectProposalSam.pdf ProjectProposalDavid.pdf LiteratureNotes.pdf +TARGETS = LiteratureNotes.pdf -all : $(TARGETS) clean +all : $(TARGETS) rebuild : make clean_full @@ -8,10 +8,10 @@ rebuild : %.pdf : %.tex papers.bib # Incoming wall of text - pdflatex $* + pdflatex -shell-escape $* bibtex $* - pdflatex $* - pdflatex $* + pdflatex -shell-escape $* + pdflatex -shell-escape $* clean : # LaTeX makes way too many output files; get rid of them all @@ -24,5 +24,5 @@ clean : rm -f *.toc clean_full : clean - rm -f *.pdf + rm -f $(TARGETS)