]> git.saurik.com Git - wxWidgets.git/commitdiff
Optionally upload the docs
authorRobin Dunn <robin@alldunn.com>
Fri, 13 May 2005 00:56:08 +0000 (00:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 May 2005 00:56:08 +0000 (00:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/bin/everything

index 00fb4edda280a997399e428b51e31825489fa7e8..1159ff878e08465a5d980434fbbd191ab136a8e1 100755 (executable)
@@ -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
\ No newline at end of file