]> code.communitydata.science - cdsc_tex.git/blobdiff - paper_template/Makefile
Changing to Rtex
[cdsc_tex.git] / paper_template / Makefile
index 8e9b55415708759f0c8032df9fe8717db548a01b..595c370ae4723ea4450a7e2afae61bee80947757 100644 (file)
@@ -1,11 +1,9 @@
 #!/usr/bin/make
 
-all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
+all: $(patsubst %.Rtex,%.pdf,$(wildcard *.Rtex)) 
 
-# use the following section for Rnw/knitr documents
-# all: $(patsubst %.Rnw,%.pdf,$(wildcard *.Rnw))
-# %.tex: %.Rnw
-#      Rscript -e "library(knitr); knit('$<')"
+%.tex: %.Rtex
+       Rscript -e "library(knitr); knit('$<')"
 
 %.pdf: %.tex 
        latexmk -f -pdf $<
@@ -15,17 +13,16 @@ clean:
        rm -f *.tmp *.run.xml
        rm -f vc
        rm -f *.bbl
-       # the following lines are useful for Rnw/knitr
-       rm -rf cache/ figure/
-       rm -f *.tex
+       # the following lines are useful for Rtex/knitr
+       rm -rf cache/ figure/
+       rm -f *.tex
 
 viewpdf: all
        evince *.pdf
 
-vc:
-       resources/vc-git
+vc:    resources/vc-git
 
 pdf: all
 
 .PHONY: clean all
-.PRECIOUS: %.tex
+.PRECIOUS: %.tex

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