fixed a path problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,8 +17,8 @@ fi
|
|||||||
|
|
||||||
DEST=wxPython-$1/docs
|
DEST=wxPython-$1/docs
|
||||||
|
|
||||||
mkdir -p _distrib_bld/$DEST
|
mkdir -p _build_docs/$DEST
|
||||||
cd _distrib_bld
|
cd _build_docs
|
||||||
mkdir $DEST/wx
|
mkdir $DEST/wx
|
||||||
mkdir $DEST/ogl
|
mkdir $DEST/ogl
|
||||||
|
|
||||||
@@ -36,18 +36,18 @@ cp $DEST/ogl/ogl.htm $DEST/ogl/index.htm
|
|||||||
|
|
||||||
|
|
||||||
# **** zip the docs into "books"
|
# **** zip the docs into "books"
|
||||||
cd $DEST
|
pushd $DEST
|
||||||
cd wx
|
pushd wx
|
||||||
zip ../wx.zip *
|
zip ../wx.zip *
|
||||||
cd ..
|
popd
|
||||||
rm -r wx
|
rm -r wx
|
||||||
|
|
||||||
cd ogl
|
pushd ogl
|
||||||
zip ../ogl.zip *
|
zip ../ogl.zip *
|
||||||
cd ..
|
popd
|
||||||
rm -r ogl
|
rm -r ogl
|
||||||
|
|
||||||
cd ..
|
popd
|
||||||
cp ../distrib/viewdocs.py $DEST
|
cp ../distrib/viewdocs.py $DEST
|
||||||
cp ../distrib/README.viewdocs.txt $DEST/README.txt
|
cp ../distrib/README.viewdocs.txt $DEST/README.txt
|
||||||
|
|
||||||
@@ -58,6 +58,6 @@ gzip -9 ../dist/wxPythonDocs-$1.tar
|
|||||||
|
|
||||||
# **** Cleanup
|
# **** Cleanup
|
||||||
cd ..
|
cd ..
|
||||||
rm -r _distrib_bld
|
rm -r _build_docs
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user