From: W. Trevor King Date: Wed, 28 Apr 2010 21:13:28 +0000 (-0400) Subject: Really build thesis.pdf vs. old dummy Touch command. X-Git-Tag: v1.0~404 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ecdea0e5c6b8245d16f761f062509ef14539a069;p=thesis.git Really build thesis.pdf vs. old dummy Touch command. --- diff --git a/tex/src/SConscript b/tex/src/SConscript index 550974d..54d1ec2 100644 --- 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')