]> git.saurik.com Git - wxWidgets.git/blame - wxPython/docs/bin/everything
For whatever reason, font-size 9 is now hardly readable on Mac. Using default font...
[wxWidgets.git] / wxPython / docs / bin / everything
CommitLineData
477550dc
RD
1#!/bin/bash
2# note a real script yet, just a placeholder for ideas...
3
c1c4cf89
RD
4b 24 gtk2 t
5b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1 FULL_DOCS=1
502827c8 6##docs/bin/simplify.py
477550dc 7docs/bin/makeapidocs
c1c4cf89
RD
8b 24 gtk2 t
9b 24 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1
477550dc 10
4c327c7a
RD
11if [ "$1" == "upload" ]; then
12 scp -r docs/api robind@shell.sf.net:/home/users/r/ro/robind/wxpython/htdocs/docs
13fi