From: W. Trevor King Date: Sun, 13 Jun 2010 14:20:45 +0000 (-0400) Subject: unfolding.asy also needs base_afm.asy. X-Git-Tag: v1.0~371 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f841cb85dfc8764dcbdecf6bb7b4aa0968d54060;p=thesis.git unfolding.asy also needs base_afm.asy. --- diff --git a/tex/src/figures/schematic/SConscript b/tex/src/figures/schematic/SConscript index 9ed8806..7113155 100644 --- 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)