Build the contents and index files for HtmlHelp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-09 19:41:51 +00:00
parent 5a61da16c5
commit e78e8fdbfd
2 changed files with 200 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#----------------------------------------------------------------------
set -o xtrace
if [ ! -d wxPython ]; then # TODO: make this test more robust
echo "Please run this script from the root wxPython directory."
exit 1
@@ -40,6 +42,9 @@ export PTYHONPATH=$PWD
# --docformat epytext \
# --debug \
# --inheritance grouped \
# --inheritance none \
python docs/bin/BuildAPIHelpBook.py wxpyapi docs/api
# TODO: