Optionally upload the docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-13 00:56:08 +00:00
parent cae3d5e60b
commit 4c327c7a75

View File

@ -8,3 +8,6 @@ docs/bin/makeapidocs
b 24 gtk2 t
b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1
if [ "$1" == "upload" ]; then
scp -r docs/api robind@shell.sf.net:/home/users/r/ro/robind/wxpython/htdocs/docs
fi