changeset 56:7fa04e9d3e4b

Automatically run docdiridx.py on Documentation, and remove a debugging exit.
author Rob Landley <rob@landley.net>
date Sat, 29 Sep 2007 22:39:28 -0500
parents 6057eb70e410
children 999825a029ee
files make/make.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/make/make.sh	Sat Sep 29 02:13:57 2007 -0500
+++ b/make/make.sh	Sat Sep 29 22:39:28 2007 -0500
@@ -33,8 +33,6 @@
   [ $? -ne 0 ] && exit 1
 fi
 
-exit 1
-
 echo "Update Linux kernel from kernel.org"
 
 if [ ! -d "$LNXDIR" ]
@@ -54,7 +52,6 @@
 echo -n "Grab version number..."
 
 LNXTAG="$(hg tags | head -n 2 | tail -n 1 | awk '{print $1}')"
-
 echo $LNXTAG
 
 echo Copy readme files from Linux kernel
@@ -87,6 +84,9 @@
 
 rm -rf $WEBDIR/Documentation/
 cp -a $LNXDIR/hg/Documentation $WEBDIR/Documentation
+cd $WEBDIR
+cat make/patches/*.patch | patch -p1
+make/docdiridx.py
 
 echo Build htmldocs and xhtml-nochunks