aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi2html
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-12-07 16:57:28 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-07 16:57:28 +0000
commit73e2155a5a1b3bc58ebe5f3d735af286cec64085 (patch)
tree6fb02642da2dd4fc99f79b45b378e5f9b1a05067 /gcc/doc/install.texi2html
parentd644189f51968195dc2fe1b9c4e851f8538475f3 (diff)
downloadgcc-73e2155a5a1b3bc58ebe5f3d735af286cec64085.zip
gcc-73e2155a5a1b3bc58ebe5f3d735af286cec64085.tar.gz
gcc-73e2155a5a1b3bc58ebe5f3d735af286cec64085.tar.bz2
gcc.texi: Don't include install-old.texi.
* doc/gcc.texi: Don't include install-old.texi. Adjust menu description for Trouble section. * doc/install-old.texi: Adjust for inclusion as chapter of new installation manual. * doc/install.texi, doc/include/fdl.texi, doc/install.texi2html: Adjust to include old installation chapter as chapter of new installation manual. From-SVN: r47757
Diffstat (limited to 'gcc/doc/install.texi2html')
-rwxr-xr-xgcc/doc/install.texi2html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html
index 946a45a..7494a1c 100755
--- a/gcc/doc/install.texi2html
+++ b/gcc/doc/install.texi2html
@@ -22,7 +22,8 @@ if [ ! -d $DESTDIR ]; then
fi
for x in index.html specific.html download.html configure.html \
- build.html test.html finalinstall.html binaries.html gfdl.html
+ build.html test.html finalinstall.html binaries.html old.html \
+ gfdl.html
do
define=`echo $x | sed -e 's/\.//g'`
echo "define = $define"