aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2002-04-21 14:50:09 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2002-04-21 14:50:09 +0100
commit57e27c82969cd397f3977a31e5e6d8971f258c6a (patch)
treeefe4db70db60199f1a11bcdb9bb56be2efc90185
parent88e1739cf0745438ad6d31c54397ecb47c904945 (diff)
downloadgcc-57e27c82969cd397f3977a31e5e6d8971f258c6a.zip
gcc-57e27c82969cd397f3977a31e5e6d8971f258c6a.tar.gz
gcc-57e27c82969cd397f3977a31e5e6d8971f258c6a.tar.bz2
* update_web_docs (MANUALS): Remove chill. Add gnat_rm.
From-SVN: r52581
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/update_web_docs2
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