]> git.saurik.com Git - wxWidgets.git/commitdiff
Build the new docs as part of the automated build
authorRobin Dunn <robin@alldunn.com>
Thu, 22 Jul 2004 01:01:24 +0000 (01:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 22 Jul 2004 01:01:24 +0000 (01:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all
wxPython/distrib/all/daily [new file with mode: 0755]
wxPython/docs/bin/everything [new file with mode: 0755]

index b499b5fcd29c4e1c29e9ffd4297a2930849fd3ea..3632c6e3be611fe1510f3fa2ba7b27dd8fc8ba7f 100755 (executable)
@@ -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 (executable)
index 0000000..bee8191
--- /dev/null
@@ -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 (executable)
index 0000000..5450743
--- /dev/null
@@ -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
+