From: Robin Dunn Date: Tue, 2 Mar 2004 23:50:39 +0000 (+0000) Subject: copy the metadata file into the docs archive too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51ba037fa8891066572ff367577770e234089dc0 copy the metadata file into the docs archive too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/makedocs b/wxPython/distrib/makedocs index d35e5c6607..4fb5faf345 100755 --- a/wxPython/distrib/makedocs +++ b/wxPython/distrib/makedocs @@ -55,6 +55,7 @@ done popd cp ../distrib/viewdocs.py $DEST cp ../distrib/README.viewdocs.txt $DEST/README.txt +cp ../docs/xml/wxPython-metadata.xml $DEST rm -f ../dist/wxPythonDocs-$VERSION.tar.gz tar cvf ../dist/wxPythonDocs-$VERSION.tar $DEST