Parent Directory
|
Revision Log
Build now works on systems where doxygen is not available. Repaired target scons guide_html_index to create HTML user guide.
1 | ksteube | 1215 | # Scons configuration file for doxygen C and C++ docs |
2 | cochrane | 369 | |
3 | ksteube | 1215 | # 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 | cochrane | 369 | |
13 | ksteube | 1215 | import os |
14 | Import('*') | ||
15 | jgs | 488 | |
16 | ksteube | 1216 | env.Command(api_doxygen, pyinstall, "doxygen doc/doxygen/doxygen_esys") |
17 | jgs | 488 |
ViewVC Help | |
Powered by ViewVC 1.1.26 |