projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4263781
)
tex/ directory removed from my thesis source (a3f1d941b8ee).
author
W. Trevor King
<wking@drexel.edu>
Sat, 14 May 2011 19:32:04 +0000
(15:32 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 14 May 2011 19:32:04 +0000
(15:32 -0400)
posts/Thesis/Makefile
patch
|
blob
|
history
diff --git
a/posts/Thesis/Makefile
b/posts/Thesis/Makefile
index 214df3023165581e91ae6db4a8295c37ce840bca..582260fdb1eedcffedf5c0e32b2ce33786e1763c 100644
(file)
--- a/
posts/Thesis/Makefile
+++ b/
posts/Thesis/Makefile
@@
-14,9
+14,9
@@
$(PACKAGE) :
checkout : $(PACKAGE)
(cd $(PACKAGE) && git pull)
-.PHONY : $(PACKAGE:%=%/t
ex/t
hesis.pdf)
-$(PACKAGE:%=%/t
ex/t
hesis.pdf) : checkout
- (cd $(PACKAGE
:%=%/tex
) && scons)
+.PHONY : $(PACKAGE:%=%/thesis.pdf)
+$(PACKAGE:%=%/thesis.pdf) : checkout
+ (cd $(PACKAGE) && scons)
-draft.pdf : $(PACKAGE:%=%/t
ex/t
hesis.pdf)
- cp $(PACKAGE:%=%/t
ex/t
hesis.pdf) $@
+draft.pdf : $(PACKAGE:%=%/thesis.pdf)
+ cp $(PACKAGE:%=%/thesis.pdf) $@