Changed docs tarball to unpack to the same directory as the demo
tarball like it used to. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,27 +14,29 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
# **** Make a directory to build up a distribution tree
|
# **** Make a directory to build up a distribution tree
|
||||||
mkdir _distrib_bld
|
|
||||||
mkdir _distrib_bld/wxPythonDocs-$1
|
DEST=wxPython-$1/docs
|
||||||
|
|
||||||
|
mkdir -p _distrib_bld/$DEST
|
||||||
cd _distrib_bld
|
cd _distrib_bld
|
||||||
mkdir wxPythonDocs-$1/wx
|
mkdir $DEST/wx
|
||||||
mkdir wxPythonDocs-$1/ogl
|
mkdir $DEST/ogl
|
||||||
|
|
||||||
WXDIR=../..
|
WXDIR=../..
|
||||||
|
|
||||||
# **** Build the docs using tex2rtf
|
# **** Build the docs using tex2rtf
|
||||||
cp $WXDIR/docs/latex/wx/*.gif wxPythonDocs-$1/wx
|
cp $WXDIR/docs/latex/wx/*.gif $DEST/wx
|
||||||
$WXDIR/utils/tex2rtf/src/tex2rtf $WXDIR/docs/latex/wx/manual.tex wxPythonDocs-$1/wx/wx.htm -twice -html
|
$WXDIR/utils/tex2rtf/src/tex2rtf $WXDIR/docs/latex/wx/manual.tex $DEST/wx/wx.htm -twice -html
|
||||||
cp wxPythonDocs-$1/wx/wx.htm wxPythonDocs-$1/wx/index.htm
|
cp $DEST/wx/wx.htm $DEST/wx/index.htm
|
||||||
|
|
||||||
cp $WXDIR/contrib/docs/latex/ogl/*.gif wxPythonDocs-$1/ogl
|
cp $WXDIR/contrib/docs/latex/ogl/*.gif $DEST/ogl
|
||||||
cp $WXDIR/contrib/docs/latex/ogl/*.bmp wxPythonDocs-$1/ogl
|
cp $WXDIR/contrib/docs/latex/ogl/*.bmp $DEST/ogl
|
||||||
$WXDIR/utils/tex2rtf/src/tex2rtf $WXDIR/contrib/docs/latex/ogl/ogl.tex wxPythonDocs-$1/ogl/ogl.htm -twice -html
|
$WXDIR/utils/tex2rtf/src/tex2rtf $WXDIR/contrib/docs/latex/ogl/ogl.tex $DEST/ogl/ogl.htm -twice -html
|
||||||
cp wxPythonDocs-$1/ogl/ogl.htm wxPythonDocs-$1/ogl/index.htm
|
cp $DEST/ogl/ogl.htm $DEST/ogl/index.htm
|
||||||
|
|
||||||
|
|
||||||
# **** zip the docs into "books"
|
# **** zip the docs into "books"
|
||||||
cd wxPythonDocs-$1
|
cd $DEST
|
||||||
cd wx
|
cd wx
|
||||||
zip ../wx.zip *
|
zip ../wx.zip *
|
||||||
cd ..
|
cd ..
|
||||||
@@ -46,11 +48,11 @@ cd ..
|
|||||||
rm -r ogl
|
rm -r ogl
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cp ../distrib/viewdocs.py wxPythonDocs-$1
|
cp ../distrib/viewdocs.py $DEST
|
||||||
cp ../distrib/README.viewdocs.txt wxPythonDocs-$1/README.txt
|
cp ../distrib/README.viewdocs.txt $DEST/README.txt
|
||||||
|
|
||||||
rm -f ../dist/wxPythonDocs-$1.tar.gz
|
rm -f ../dist/wxPythonDocs-$1.tar.gz
|
||||||
tar cvf ../dist/wxPythonDocs-$1.tar wxPythonDocs-$1
|
tar cvf ../dist/wxPythonDocs-$1.tar $DEST
|
||||||
gzip -9 ../dist/wxPythonDocs-$1.tar
|
gzip -9 ../dist/wxPythonDocs-$1.tar
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user