2 #----------------------------------------------------------------------
6 # read the config variables from the file given on the command line
10 if [ $skipdocs != yes ]; then
11 # Regenerate the reST docs
12 echo "Regenerating the reST docs..."
15 docutils
-html $x `basename $x .txt`.html
18 for doc
in CHANGES BUILD INSTALL MigrationGuide default
; do
19 cp docs
/$doc.
* $STAGING_DIR
22 # build the doc and demo tarballs
25 mv dist
/wxPython
-docs-$VERSION.
tar.gz
$STAGING_DIR
26 mv dist
/wxPython
-demo-$VERSION.
tar.gz
$STAGING_DIR
29 # build the new docs too
30 if [ $skipnewdocs != yes ]; then
32 mv dist
/wxPython
-newdocs-$VERSION.
tar.gz
$STAGING_DIR
36 #----------------------------------------------------------------------