comparison make/make.sh @ 47:0df6348fc276

Teach indexsections to output index and contents in one pass, and put index in an arbitrary location within the file (governed by <put_index_here> tag). Update master.idx to use this, move introductory material to the top, and reshuffle sections. Teach make.sh new calling convention for master.idx.
author Rob Landley <rob@landley.net>
date Tue, 25 Sep 2007 23:35:21 -0500
parents 17389c66eb02
children aa424ac2ce30
comparison
equal deleted inserted replaced
46:22a68f175e66 47:0df6348fc276
5 5
6 echo $WEBDIR 6 echo $WEBDIR
7 7
8 echo "Update master index." 8 echo "Update master index."
9 9
10 ( $WEBDIR/make/indexsections.py -i $WEBDIR/master.idx && 10 $WEBDIR/make/indexsections.py $WEBDIR/master.idx > $WEBDIR/master.html || exit 1
11 echo "<hr>" &&
12 $WEBDIR/make/indexsections.py $WEBDIR/master.idx
13 ) > $WEBDIR/master.html || exit 1
14 11
15 echo "Update Linux kernel from kernel.org" 12 echo "Update Linux kernel from kernel.org"
16 13
17 if [ ! -d "$LNXDIR" ] 14 if [ ! -d "$LNXDIR" ]
18 then 15 then