]> code.communitydata.science - cdsc_tex.git/blobdiff - paper_template/Makefile
updated makefile to not hardcode the file name
[cdsc_tex.git] / paper_template / Makefile
index d4bbda0fc4e4c05ced81ab89a19db22127b2b5ab..29384c853eac5697281da5c916d5ad59b9474b90 100644 (file)
@@ -3,13 +3,19 @@
 all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
 pdf: all
 
-%.pdf: %.tex
+refs-processed.bib: 
+       perl -p -e 's/©//' refs.bib > refs-processed.bib
+       perl -0pe 's/,\s+(file|abstract) = \{.*?\}(,\n|\n)/\2/sg' refs-processed.bib |sponge refs-processed.bib
+       recode -d u8..ltex < refs-processed.bib | sponge refs-processed.bib
+
+%.pdf: %.tex refs-processed.bib
        rubber -fd $<
 
 clean: 
        rubber -d --clean *.tex
        rm -f *.tmp
        rm -f vc
+       rm -f refs-processed.bib
 
 viewpdf: all
        evince *.pdf

Community Data Science Collective || Want to submit a patch?