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:
e1d6411
)
Build the pdf only once each time.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 2 Dec 2009 12:33:41 +0000
(13:33 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 2 Dec 2009 12:33:41 +0000
(13:33 +0100)
This might leave incorrect references, but speeds up the process.
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index fccd78ace7fbb18d69d4691f7a69148b41c24967..b4895e86f28ad511cbdc216415cad622a31f047a 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-13,7
+13,7
@@
DEFAULT_TARGET = 'Report.pdf'
env = Environment()
## Context MkIV Builder:
-contextBuilder = Builder(action='nice texexec --lua $SOURCE',
+contextBuilder = Builder(action='nice texexec --lua $SOURCE
--once
',
suffix='.pdf',
src_suffix='.tex')
env.Append(BUILDERS={'Context': contextBuilder})