Really build thesis.pdf vs. old dummy Touch command.
authorW. Trevor King <wking@drexel.edu>
Wed, 28 Apr 2010 21:13:28 +0000 (17:13 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 28 Apr 2010 21:13:28 +0000 (17:13 -0400)
tex/src/SConscript

index 550974d2a2b2990814b336b23d721dcdfa097ec4..54d1ec2182d63b411b533c5f0c3edd1cf5737fba 100644 (file)
@@ -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')