/[escript]/temp/doc/epydoc/SConscript
ViewVC logotype

Contents of /temp/doc/epydoc/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1387 - (show annotations)
Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
File size: 573 byte(s)
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
1 # Scons configuration file for epydoc python docs
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
13 import os
14 Import('*')
15
16 env.Command(api_epydoc, pyinstall, "epydoc --html -o $TARGET esys esys")
17

  ViewVC Help
Powered by ViewVC 1.1.26