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

Contents of /trunk/doc/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 643 - (show annotations)
Fri Mar 24 00:28:41 2006 UTC (17 years ago) by elspeth
File size: 768 byte(s)
More copyright info added.

1 # Scons configuration file for documentation
2
3 # 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 #
11 #
12 # set appropriate defaults for configuration variables
13
14 esysroot=str(Dir('..').abspath)
15 execfile(str(File(esysroot+"/scons/esys_options.py")))
16
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