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

Annotation of /trunk/doc/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 485 - (hide 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 jgs 485 # Scons configuration file for documentation
2 cochrane 369
3     #
4 jgs 485 # set appropriate defaults for configuration variables
5 cochrane 369
6 jgs 485 esysroot=str(Dir('..').abspath)
7     execfile(str(File(esysroot+"/scons/esys_options.py")))
8 cochrane 369
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