]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/docs/bin/everything
Optionally upload the docs
[wxWidgets.git] / wxPython / docs / bin / everything
... / ...
CommitLineData
1#!/bin/bash
2# note a real script yet, just a placeholder for ideas...
3
4b 24 gtk2 t
5b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1
6##docs/bin/simplify.py
7docs/bin/makeapidocs
8b 24 gtk2 t
9b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1
10
11if [ "$1" == "upload" ]; then
12 scp -r docs/api robind@shell.sf.net:/home/users/r/ro/robind/wxpython/htdocs/docs
13fi