From 477550dc0cd5a38bfae7c32e3fe9d8823c13a761 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 22 Jul 2004 01:01:24 +0000 Subject: [PATCH] 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 --- wxPython/distrib/all/build-all | 3 +++ wxPython/distrib/all/daily | 3 +++ wxPython/docs/bin/everything | 10 ++++++++++ 3 files changed, 16 insertions(+) create mode 100755 wxPython/distrib/all/daily create mode 100755 wxPython/docs/bin/everything 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 + -- 2.45.2