projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f9352
)
unfolding.asy also needs base_afm.asy.
author
W. Trevor King
<wking@drexel.edu>
Sun, 13 Jun 2010 14:20:45 +0000
(10:20 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 13 Jun 2010 14:20:45 +0000
(10:20 -0400)
tex/src/figures/schematic/SConscript
patch
|
blob
|
history
diff --git
a/tex/src/figures/schematic/SConscript
b/tex/src/figures/schematic/SConscript
index 9ed88068023af7cd5a2a84fa432d22ce6a1f8b3e..7113155b64532e02b14b6b7be94a325fd9ad1605 100644
(file)
--- a/
tex/src/figures/schematic/SConscript
+++ b/
tex/src/figures/schematic/SConscript
@@
-9,7
+9,7
@@
wtk_graph = link_wtk_graph(env)
for fig in FIGURES:
deps = [wtk_graph]
- if fig in ['afm']:
+ if fig in ['
unfolding', '
afm']:
deps.append('base_afm.asy')
env.Asymptote(['%s.asy' % fig] + deps)