diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index b499b5fcd2..3632c6e3be 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -152,6 +152,9 @@ if [ $skipsource != yes -o $onlysource = yes ]; then distrib/makedemo distrib/makedocs + # build the new docs too + docs/bin/everything + # make the source tarball distrib/makerpm 2.3 skipclean skiprpm gtk2 diff --git a/wxPython/distrib/all/daily b/wxPython/distrib/all/daily new file mode 100755 index 0000000000..bee81911f8 --- /dev/null +++ b/wxPython/distrib/all/daily @@ -0,0 +1,3 @@ +#!/bin/bash + +distrib/all/build-all daily $* 2>&1 | tee daily.log diff --git a/wxPython/docs/bin/everything b/wxPython/docs/bin/everything new file mode 100755 index 0000000000..545074359a --- /dev/null +++ b/wxPython/docs/bin/everything @@ -0,0 +1,10 @@ +#!/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 +docs/bin/makeapidocs +b 23 gtk2 t +b 23 gtk2 BUILD_RENAMERS=0 PREP_ONLY=1 +