Build the new docs as part of the automated build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-07-22 01:01:24 +00:00
parent c278542bdf
commit 477550dc0c
3 changed files with 16 additions and 0 deletions

View File

@ -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

3
wxPython/distrib/all/daily Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
distrib/all/build-all daily $* 2>&1 | tee daily.log

10
wxPython/docs/bin/everything Executable file
View File

@ -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