2 #----------------------------------------------------------------------
6 if [ $skipdocs != yes ]; then
7 # Regenerate the reST docs
8 echo "Regenerating the reST docs..."
11 docutils
-html $x `basename $x .txt`.html
14 for doc
in CHANGES BUILD INSTALL MigrationGuide default
; do
15 cp docs
/$doc.
* $STAGING_DIR
18 # build the doc and demo tarballs
21 mv dist
/wxPython
-docs-$VERSION.
tar.bz2
$STAGING_DIR
22 mv dist
/wxPython
-demo-$VERSION.
tar.bz2
$STAGING_DIR
25 # build the new docs too
26 if [ $skipnewdocs != yes ]; then
28 mv dist
/wxPython
-newdocs-$VERSION.
tar.bz2
$STAGING_DIR
32 #----------------------------------------------------------------------