Ensure the 'asytools' and 'pyfit' aliases are defined before working on figures
authorW. Trevor King <wking@drexel.edu>
Fri, 30 Apr 2010 13:39:38 +0000 (09:39 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 30 Apr 2010 13:39:38 +0000 (09:39 -0400)
tex/src/figures/SConscript

index a1b38df58b83965ca622c62713ccacbf5a9b52f0..33d20168f8dfdee64dd4e9f754ee73e2d16d9873 100644 (file)
@@ -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.