From: W. Trevor King Date: Sat, 14 May 2011 19:32:04 +0000 (-0400) Subject: tex/ directory removed from my thesis source (a3f1d941b8ee). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f49a9c3b802615a40b99ee32ae92074b66e4881c;p=mw2txt.git tex/ directory removed from my thesis source (a3f1d941b8ee). --- 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) $@