diff options
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | maintainer-scripts/update_web_docs | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index a40af48..72fa62b 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk> + + * update_web_docs (MANUALS): Remove chill. Add gnat_rm. + 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com) * gcc_release: Set TZ to UTC0. diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index f24f939..600d188 100755 --- a/maintainer-scripts/update_web_docs +++ b/maintainer-scripts/update_web_docs @@ -94,7 +94,7 @@ cvs -Q co -r$RELEASE `cat FILES` gcc/gcc/doc/install.texi2html gcc/gcc/doc/inclu # and fdl.texi. includedir=gcc/gcc/doc/include -MANUALS="cpp chill cppinternals gcc gccint gcj g77 gnat-style libiberty porting" +MANUALS="cpp cppinternals gcc gccint gcj g77 gnat-style gnat_rm libiberty porting" # Now convert the relevant files from texi to HTML and PostScript. for file in $MANUALS; do |