/[escript]/trunk/doc/SConstruct
ViewVC logotype

Contents of /trunk/doc/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 485 - (show annotations)
Thu Feb 2 04:21:02 2006 UTC (17 years, 1 month ago) by jgs
File size: 346 byte(s)
change scons files to match new esys_options based format
1 # Scons configuration file for documentation
2
3 #
4 # set appropriate defaults for configuration variables
5
6 esysroot=str(Dir('..').abspath)
7 execfile(str(File(esysroot+"/scons/esys_options.py")))
8
9 #
10 # call appropriate SConscripts
11
12 target_scripts = ['doxygen/SConscript',
13 'epydoc/SConscript']
14
15 SConscript(target_scripts, duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26