From 51ba037fa8891066572ff367577770e234089dc0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 2 Mar 2004 23:50:39 +0000 Subject: [PATCH] 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 --- wxPython/distrib/makedocs | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2