From 4c327c7a7594f290de518629c99bc8dc40580668 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 May 2005 00:56:08 +0000 Subject: [PATCH] Optionally upload the docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/bin/everything | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wxPython/docs/bin/everything b/wxPython/docs/bin/everything index 00fb4edda2..1159ff878e 100755 --- a/wxPython/docs/bin/everything +++ b/wxPython/docs/bin/everything @@ -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 -- 2.45.2