summaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi2html
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-23 14:04:12 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-23 14:04:12 +0000
commited3f349a223902d9216843e0a80a8666f1069b66 (patch)
tree81ecf2995706ac94b35068ac64a3827f4fe7350a /gcc/doc/install.texi2html
parent5954dfeac9c813c1f3648e17ca4ff9b3f2d428a9 (diff)
downloadgcc-ed3f349a223902d9216843e0a80a8666f1069b66.tar.gz
gcc/:
PR documentation/31569 * doc/install.texi2html: Use makeinfo --no-number-sections. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132570 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi2html')
-rwxr-xr-xgcc/doc/install.texi2html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html
index 60d670b4785..c5452661187 100755
--- a/gcc/doc/install.texi2html
+++ b/gcc/doc/install.texi2html
@@ -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