From c53a51a22c77e3a6f37cff92f8c1b87980541870 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Mon, 29 Oct 2001 01:30:31 +0000 Subject: [PATCH] * update_web_docs: Generate libiberty and gnat-style manuals. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46601 138bc75d-0d04-0410-961f-82ee72b054a4 --- maintainer-scripts/ChangeLog | 4 ++++ maintainer-scripts/update_web_docs | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index c1b296aed02..9bb32e564ce 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2001-10-29 Joseph S. Myers + + * update_web_docs: Generate libiberty and gnat-style manuals. + 2001-10-24 Joseph S. Myers * gcc_release: Build snapshots from mainline. Generate Ada and diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index 65faa2dcdc9..fd80c9dfbe7 100755 --- a/maintainer-scripts/update_web_docs +++ b/maintainer-scripts/update_web_docs @@ -95,7 +95,8 @@ mv `find . -name \*.texi -print` . mv `find . -name \*.tex -print` . # Now convert the relevant files from texi to HTML and PostScript. -for file in cpp chill cppinternals gcc gcj g77 objc-features porting; do +for file in cpp chill cppinternals gcc gcj g77 gnat-style libiberty \ + objc-features porting; do if [ -e ${file}.texi ]; then /usr/local/bin/texi2html -glossary -menu -split_chapter ${file}.texi texi2dvi ${file}.texi