Changeset 2 for trunk/avango-doc/src/SConscript
- Timestamp:
- 09/24/08 23:00:05 (4 years ago)
- File:
-
- 1 edited
-
trunk/avango-doc/src/SConscript (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-doc/src/SConscript
r1 r2 68 68 69 69 doxygen_install_pdf = doc_env.InstallAs( 70 target = avango.build.get_documentation_path().abspath + '/avango -ng.pdf',70 target = avango.build.get_documentation_path().abspath + '/avango.pdf', 71 71 source = 'latex/refman.pdf') 72 72 … … 75 75 'html/epydoc/index.html', 76 76 '', 77 'epydoc --name "A vango-NGPython Bindings" --docformat="restructuredtext" --html'77 'epydoc --name "AVANGO Python Bindings" --docformat="restructuredtext" --html' 78 78 + ' --graph="classtree" --src-code-tab-width="2" --exclude-introspect="daemon" -o . ' 79 79 + avango.build.get_python_path().abspath + '/avango', … … 83 83 'epydoc-latex/api.pdf', 84 84 '', 85 'epydoc --name "A vango-NGPython Bindings" --docformat="restructuredtext" --pdf'85 'epydoc --name "AVANGO Python Bindings" --docformat="restructuredtext" --pdf' 86 86 + ' --no-private --graph="classtree" --src-code-tab-width="2" --exclude-introspect="daemon" -o . ' 87 87 + avango.build.get_python_path().abspath + '/avango', … … 93 93 # epydoc install 94 94 epydoc_install_pdf = doc_env.InstallAs( 95 target = avango.build.get_documentation_path().abspath + '/avango- ng-python.pdf',95 target = avango.build.get_documentation_path().abspath + '/avango-python.pdf', 96 96 source = 'epydoc-latex/api.pdf') 97 97
Note: See TracChangeset
for help on using the changeset viewer.
