fixed some bugs and improved the quality of the code to build/extract data
[beamer-mako] / Makefile
index 1b7191de523ee1b9ef5fb1a14a041b67b0d1e09a..1dd9601a295ae2415519b64533ff65ba8ac740f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ pdf: all
        recode -d u8..ltex < refs-cleaned.bib > refs-processed.bib
        mogrify -format pdf figures/logo.svg
        rubber -fd $<
+       extract-notes $<
 
 clean: 
        rubber -d --clean *.tex
@@ -16,6 +17,7 @@ clean:
        rm -f refs-cleaned.bib
        rm -f refs-processed.bib
        rm -f figures/logo.pdf
+       rm -f *.pdfpc
 
 viewpdf: all
        evince *.pdf

Benjamin Mako Hill || Want to submit a patch?