Automatic commit of irc logs
[ipdf/documents.git] / Makefile
index 4a62ee5..707a63c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 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

UCC git Repository :: git.ucc.asn.au