projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6e307
)
Really build thesis.pdf vs. old dummy Touch command.
author
W. Trevor King
<wking@drexel.edu>
Wed, 28 Apr 2010 21:13:28 +0000
(17:13 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 28 Apr 2010 21:13:28 +0000
(17:13 -0400)
tex/src/SConscript
patch
|
blob
|
history
diff --git
a/tex/src/SConscript
b/tex/src/SConscript
index 550974d2a2b2990814b336b23d721dcdfa097ec4..54d1ec2182d63b411b533c5f0c3edd1cf5737fba 100644
(file)
--- a/
tex/src/SConscript
+++ b/
tex/src/SConscript
@@
-35,8
+35,7
@@
env = include_child_SConscripts(env, SConscript)
Alias('latex-base', [Glob('*.tex'), Alias('extra-packages')])
# Add a rule for the thesis itself.
-#thesis = Command('thesis', objs, 'TODO')
-thesis = env.Command('thesis.pdf', [], Touch('$TARGET'))
+thesis = env.PDF('root.tex')
Return('thesis')