X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/477550dc0cd5a38bfae7c32e3fe9d8823c13a761..48e5284db6d6f1dab46a81a4ae0d0438ea37bd6e:/wxPython/docs/bin/everything diff --git a/wxPython/docs/bin/everything b/wxPython/docs/bin/everything index 545074359a..1159ff878e 100755 --- a/wxPython/docs/bin/everything +++ b/wxPython/docs/bin/everything @@ -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