From 67b1fbb94e86232b063a7da341a23b7e54fee4b5 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 6 Jun 2003 18:08:37 +0000 Subject: install.texi (Prerequisites): New section documenting tools and packages necessary prior to building and/or... * doc/install.texi (Prerequisites): New section documenting tools and packages necessary prior to building and/or modifying GCC. * doc/install.texi2html: Also generate prerequisites.html. From-SVN: r67562 --- gcc/doc/install.texi2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/install.texi2html') diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html index 3917e2a..0f792ea 100755 --- a/gcc/doc/install.texi2html +++ b/gcc/doc/install.texi2html @@ -21,7 +21,7 @@ if [ ! -d $DESTDIR ]; then mkdir -p $DESTDIR fi -for x in index.html specific.html download.html configure.html \ +for x in index.html specific.html prerequisites.html download.html configure.html \ build.html test.html finalinstall.html binaries.html old.html \ gfdl.html do -- cgit v1.1