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

Annotation of /trunk/doc/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 643 - (hide annotations)
Fri Mar 24 00:28:41 2006 UTC (17 years ago) by elspeth
Original Path: trunk/doc/SConstruct
File size: 768 byte(s)
More copyright info added.

1 jgs 485 # Scons configuration file for documentation
2 cochrane 369
3 elspeth 643 # Copyright 2006 by ACcESS MNRF
4     #
5     # http://www.access.edu.au
6     # Primary Business: Queensland, Australia
7     # Licensed under the Open Software License version 3.0
8     # http://www.opensource.org/licenses/osl-3.0.php
9     #
10 cochrane 369 #
11 elspeth 643 #
12 jgs 485 # set appropriate defaults for configuration variables
13 cochrane 369
14 jgs 485 esysroot=str(Dir('..').abspath)
15     execfile(str(File(esysroot+"/scons/esys_options.py")))
16 cochrane 369
17     #
18     # call appropriate SConscripts
19    
20     target_scripts = ['doxygen/SConscript',
21     'epydoc/SConscript']
22    
23     SConscript(target_scripts, duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26