]>
Commit | Line | Data |
---|---|---|
477550dc RD |
1 | #!/bin/bash |
2 | # note a real script yet, just a placeholder for ideas... | |
3 | ||
c1c4cf89 RD |
4 | b 24 gtk2 t |
5 | b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1 | |
502827c8 | 6 | ##docs/bin/simplify.py |
477550dc | 7 | docs/bin/makeapidocs |
c1c4cf89 RD |
8 | b 24 gtk2 t |
9 | b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1 | |
477550dc | 10 | |
4c327c7a RD |
11 | if [ "$1" == "upload" ]; then |
12 | scp -r docs/api robind@shell.sf.net:/home/users/r/ro/robind/wxpython/htdocs/docs | |
13 | fi |