From 9090e56041037a28de392f2b7ecaf6367b851c75 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 28 Apr 2010 17:18:24 -0400 Subject: [PATCH] Add explicit dependency thesis -> Alias('extra-packages'). SCons' LaTeX scanner doesn't pick them up automatically as of SCons v1.3. --- tex/src/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/tex/src/SConscript b/tex/src/SConscript index 54d1ec2..268b382 100644 --- a/tex/src/SConscript +++ b/tex/src/SConscript @@ -36,6 +36,7 @@ Alias('latex-base', [Glob('*.tex'), Alias('extra-packages')]) # Add a rule for the thesis itself. thesis = env.PDF('root.tex') +Depends(thesis, Alias('extra-packages')) Return('thesis') -- 2.26.2