From ecdea0e5c6b8245d16f761f062509ef14539a069 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 28 Apr 2010 17:13:28 -0400 Subject: [PATCH] Really build thesis.pdf vs. old dummy Touch command. --- tex/src/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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') -- 2.26.2