]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/bin/everything
wxMac linking fix
[wxWidgets.git] / wxPython / docs / bin / everything
index 545074359ad9cde02e48a39992f06933c935df11..1159ff878e08465a5d980434fbbd191ab136a8e1 100755 (executable)
@@ -1,10 +1,13 @@
 #!/bin/bash
 # note a real script yet, just a placeholder for ideas...
 
-b 23 gtk2 t
-b 23 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1
-docs/bin/simplify.py
+b 24 gtk2 t
+b 24 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1
+##docs/bin/simplify.py
 docs/bin/makeapidocs
-b 23 gtk2 t
-b 23 gtk2   BUILD_RENAMERS=0 PREP_ONLY=1
+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