make .tex files .PRECIOUS
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 25 Jan 2016 16:58:09 +0000 (08:58 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 25 Jan 2016 16:58:09 +0000 (08:58 -0800)
This is not necessary in the default arragement but it becomes important
if/when we switch to having it be for Rnw/Rtex files.

paper_template/Makefile

index 05b7746ee9c23498e008747df3c9daffdc3cc899..12f4232f903c26cd1930aaf73216cb22c768acdc 100644 (file)
@@ -33,3 +33,4 @@ vc:
 pdf: all
 
 .PHONY: clean all
+# .PRECIOUS: %.tex

Benjamin Mako Hill || Want to submit a patch?