projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecdea0e
)
Add explicit dependency thesis -> Alias('extra-packages').
author
W. Trevor King
<wking@drexel.edu>
Wed, 28 Apr 2010 21:18:24 +0000
(17:18 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 28 Apr 2010 21:18:24 +0000
(17:18 -0400)
SCons' LaTeX scanner doesn't pick them up automatically as of SCons
v1.3.
tex/src/SConscript
patch
|
blob
|
history
diff --git
a/tex/src/SConscript
b/tex/src/SConscript
index 54d1ec2182d63b411b533c5f0c3edd1cf5737fba..268b382a647316aa61f52cfd7dfdcdcfa220a5c7 100644
(file)
--- 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')