# Include sub-SConscript files with rules for figures, packages, etc.
env = include_child_SConscripts(env, SConscript)
-# Alias the thesis' base latex, which is used by asyprocess when
-# building the Asymptote graphics.
+# Alias the thesis' base latex, which is used by when building the
+# Asymptote graphics.
env.Alias('latex-base', [Glob('*.tex'), env.Alias('extra-packages')])
# Alias Bibtex files (?since SCons' LaTeX scanned isn't picking them up?)
# Get the passed in environment.
Import('env')
-asy = env.Alias('asytools', ['asyprocess', 'wtk_graph.asy'])
+asy = env.Alias('asytools', ['wtk_graph.asy'])
env.Depends(asy, Alias('latex-base'))
# Pass back the modified environment.