]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: No longer generate old.html
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 24 Oct 2021 09:48:29 +0000 (11:48 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Fri, 5 Nov 2021 12:06:03 +0000 (13:06 +0100)
Commit 431d26e1dd18c1146d3d4dcd3b45a3b04f7f7d59 removed
doc/install-old.texi, alas we still tried to generate the
associated web page old.html - which then turned out empty.

Simplify remove this from the list of pages to be generated.

gcc:
* doc/install.texi2html: Do not generate old.html any longer.

gcc/doc/install.texi2html

index 09bbbc425cdcb6125e0a86b665e17c8af0a5a505..001a869d0ea2bf80b70be2bb6257ad471c3b97cb 100755 (executable)
@@ -46,9 +46,9 @@ fi
    echo "@set srcdir $SOURCEDIR/.."
 ) > $DESTDIR/gcc-vers.texi
 
-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
+for x in index.html specific.html prerequisites.html download.html \
+         configure.html build.html test.html finalinstall.html \
+         binaries.html gfdl.html
 do
     define=`echo $x | sed -e 's/\.//g'`
     echo "define = $define"