Remove silly tex/ directory.
[thesis.git] / src / figures / asy / SConscript
1 # Get the passed in environment.
2 Import('env')
3
4 asy = env.Alias('asytools', ['asyprocess', 'wtk_graph.asy'])
5 env.Depends(asy, Alias('latex-base'))
6
7 # Pass back the modified environment.
8 Return('env')