projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dad1bb
)
Make Core2Core depend on pret-lam.lua.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:14:54 +0000
(13:14 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:14:54 +0000
(13:14 +0200)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index a25c1623e3ba23be205a58b0ad8814fc4041c42b..d805605554ae3ea790f99ff007a462348ec45887 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-66,6
+66,7
@@
env['ENV']['SSH_AUTH_SOCK'] = os.environ['SSH_AUTH_SOCK']
## Context PDF build
pdfOutput = env.Context(LATEX_PROJECT)
+Depends(pdfOutput, 'pret-lam.lua')
env.Alias('pdf', LATEX_PROJECT + '.pdf')
# Keep below code happy