projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80cd351
)
Ensure the 'asytools' and 'pyfit' aliases are defined before working on figures
author
W. Trevor King
<wking@drexel.edu>
Fri, 30 Apr 2010 13:39:38 +0000
(09:39 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 30 Apr 2010 13:39:38 +0000
(09:39 -0400)
tex/src/figures/SConscript
patch
|
blob
|
history
diff --git
a/tex/src/figures/SConscript
b/tex/src/figures/SConscript
index a1b38df58b83965ca622c62713ccacbf5a9b52f0..33d20168f8dfdee64dd4e9f754ee73e2d16d9873 100644
(file)
--- a/
tex/src/figures/SConscript
+++ b/
tex/src/figures/SConscript
@@
-4,7
+4,7
@@
from site_cons.site_tools.asymptote import asyfigs
# Get the passed in environment.
Import('env')
-env = include_child_SConscripts(env, SConscript)
+env = include_child_SConscripts(env, SConscript
, first=['asy', 'script']
)
env.Alias('asymptote-figures', asyfigs)
# Pass back the modified environment.