X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fdocuments.git;a=blobdiff_plain;f=Makefile;h=707a63cf63147518391a044dffbc82542bb83375;hp=ac80c368fa9cc6ae2e4fa8d5316e3131056fd677;hb=23895a200aa9ae4e64a0a66e158f7a0a9693ca7d;hpb=cb7ac26fb36b428b17d76cb220fa1b4edb764abb diff --git a/Makefile b/Makefile index ac80c36..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