added .gitignore file
[beamer-mako] / template / Makefile
index 042897471f369f307a551e23925d9283211d9129..ac308642814d94333a28d9732e29b086e5ea52fd 100644 (file)
@@ -5,7 +5,6 @@ pdf: all
 
 %.pdf: %.tex 
        rubber -fd $<
 
 %.pdf: %.tex 
        rubber -fd $<
-       extract-notes $<
 
 # by default, we produce combined notes/slides output
 notes.config:
 
 # by default, we produce combined notes/slides output
 notes.config:
@@ -38,7 +37,6 @@ clean:
        rm -f *.tmp
        rm -f vc
        rm -f notes.config
        rm -f *.tmp
        rm -f vc
        rm -f notes.config
-       rm -f figures/logo.pdf
        rm -f *.pdfpc
 
 .PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell
        rm -f *.pdfpc
 
 .PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell

Benjamin Mako Hill || Want to submit a patch?