2 #----------------------------------------------------------------------
8 # read the config variables from the file given on the command line
12 if [ $skipdocs != yes ]; then
13 # Regenerate the reST docs
14 echo "Regenerating the reST docs..."
17 docutils
-html $x `basename $x .txt`.html
20 for doc
in CHANGES BUILD INSTALL MigrationGuide default
; do
21 cp docs
/$doc.
* $STAGING_DIR
24 # build the doc and demo tarballs
27 mv dist
/wxPython
-docs-$VERSION.
tar.gz
$STAGING_DIR
28 mv dist
/wxPython
-demo-$VERSION.
tar.gz
$STAGING_DIR
31 # build the new docs too
32 if [ $skipnewdocs != yes ]; then
34 mv dist
/wxPython
-newdocs-$VERSION.
tar.gz
$STAGING_DIR
38 #----------------------------------------------------------------------