From: Benjamin Mako Hill Date: Mon, 25 Jan 2016 16:58:09 +0000 (-0800) Subject: make .tex files .PRECIOUS X-Git-Url: https://code.communitydata.science/cdsc_tex.git/commitdiff_plain/2dabb156a1733ef1ecacc3c8e96925fa022e9804 make .tex files .PRECIOUS This is not necessary in the default arragement but it becomes important if/when we switch to having it be for Rnw/Rtex files. --- diff --git a/paper_template/Makefile b/paper_template/Makefile index 05b7746..12f4232 100644 --- a/paper_template/Makefile +++ b/paper_template/Makefile @@ -33,3 +33,4 @@ vc: pdf: all .PHONY: clean all +# .PRECIOUS: %.tex