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

Annotation of /trunk/doc/epydoc/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 712 - (hide annotations)
Thu Apr 27 02:08:50 2006 UTC (16 years, 11 months ago) by elspeth
File size: 738 byte(s)
Fixed build of epydoc documentation. Now builds html in relase/doc/epydoc .

1 elspeth 712 # Scons configuration file for documentation
2 cochrane 369
3 elspeth 712 # 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 jgs 488 #
12 elspeth 712 # builds the user's guide
13 cochrane 369
14 elspeth 712 # command to run:
15     # epydoc --html -o doc/epydoc -n esys esys > /tmp/epydoc_msgs.txt 2>&1
16 jgs 488
17 elspeth 712 import os
18     Import('*')
19 jgs 488
20 elspeth 712 #local_env.PrependENVPath('PYTHONPATH',str(pyinstall))
21     env.Command(api_epydoc, pyinstall,"epydoc --html -o $TARGET esys esys")
22 cochrane 369

  ViewVC Help
Powered by ViewVC 1.1.26