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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user