From 2dabb156a1733ef1ecacc3c8e96925fa022e9804 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 25 Jan 2016 08:58:09 -0800 Subject: [PATCH] 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. --- paper_template/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2