unfolding.asy also needs base_afm.asy.
authorW. Trevor King <wking@drexel.edu>
Sun, 13 Jun 2010 14:20:45 +0000 (10:20 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 13 Jun 2010 14:20:45 +0000 (10:20 -0400)
tex/src/figures/schematic/SConscript

index 9ed88068023af7cd5a2a84fa432d22ce6a1f8b3e..7113155b64532e02b14b6b7be94a325fd9ad1605 100644 (file)
@@ -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)