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:
parent
c278542bdf
commit
477550dc0c
@ -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
3
wxPython/distrib/all/daily
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
distrib/all/build-all daily $* 2>&1 | tee daily.log
|
10
wxPython/docs/bin/everything
Executable file
10
wxPython/docs/bin/everything
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user