re PR other/31569 (Install's web page has 0.n when it should be either 4.n or 5.n)
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 23 Feb 2008 14:04:12 +0000 (14:04 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Sat, 23 Feb 2008 14:04:12 +0000 (14:04 +0000)
gcc/:
PR documentation/31569
* doc/install.texi2html: Use makeinfo --no-number-sections.

From-SVN: r132570

gcc/ChangeLog
gcc/doc/install.texi2html

index 9788e4d162a37d7c5a2947d964fbd0ecc474d33c..4b2f8f86aa4b35260d514296b7e8ef353558cb41 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR documentation/31569
+       * doc/install.texi2html: Use makeinfo --no-number-sections.
+
 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
 
        * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
index 60d670b47854ca102741908a79df5c5e55e9f2e5..c54526611879ac53f68e49dee62939d092f290f0 100755 (executable)
@@ -5,7 +5,7 @@
 # $SOURCEDIR and $DESTDIR, resp., refer to the directory containing
 # the texinfo source and the directory to put the HTML version in.
 #
-# (C) 2001, 2003, 2006 Free Software Foundation
+# (C) 2001, 2003, 2006, 2008 Free Software Foundation
 # Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, June 2001.
 #
 # This script is Free Software, and it can be copied, distributed and
@@ -40,7 +40,7 @@ for x in index.html specific.html prerequisites.html download.html configure.htm
 do
     define=`echo $x | sed -e 's/\.//g'`
     echo "define = $define"
-    $MAKEINFO -I $SOURCEDIR -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
+    $MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
 done
 
 rm $SOURCEDIR/include/gcc-vers.texi