From f49a9c3b802615a40b99ee32ae92074b66e4881c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 May 2011 15:32:04 -0400 Subject: [PATCH] tex/ directory removed from my thesis source (a3f1d941b8ee). --- posts/Thesis/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/posts/Thesis/Makefile b/posts/Thesis/Makefile index 214df30..582260f 100644 --- a/posts/Thesis/Makefile +++ b/posts/Thesis/Makefile @@ -14,9 +14,9 @@ $(PACKAGE) : checkout : $(PACKAGE) (cd $(PACKAGE) && git pull) -.PHONY : $(PACKAGE:%=%/tex/thesis.pdf) -$(PACKAGE:%=%/tex/thesis.pdf) : checkout - (cd $(PACKAGE:%=%/tex) && scons) +.PHONY : $(PACKAGE:%=%/thesis.pdf) +$(PACKAGE:%=%/thesis.pdf) : checkout + (cd $(PACKAGE) && scons) -draft.pdf : $(PACKAGE:%=%/tex/thesis.pdf) - cp $(PACKAGE:%=%/tex/thesis.pdf) $@ +draft.pdf : $(PACKAGE:%=%/thesis.pdf) + cp $(PACKAGE:%=%/thesis.pdf) $@ -- 2.26.2