summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfw <fw@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 16:50:45 +0000
committerfw <fw@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 16:50:45 +0000
commite719194da1e2fd34ba321071cfc88d02f9bd9c14 (patch)
tree1721c55478b4313f4dc150985d54d239ec0edef6
parent478e31275bf4f5ba64b0be7820289f9ff2d95d74 (diff)
downloadgcc-e719194da1e2fd34ba321071cfc88d02f9bd9c14.tar.gz
2002-05-31 Florian Weimer <fw@deneb.enyo.de>
* update_web_docs (MANUALS): Include various flavours of the GNAT User Guide. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54109 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/update_web_docs2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 393793282f6..9c570354d7e 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-31 Florian Weimer <fw@deneb.enyo.de>
+
+ * update_web_docs (MANUALS): Include various flavours of the GNAT
+ User Guide.
+
2002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
* update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs
index 600d1881737..78d7180ed25 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 cppinternals gcc gccint gcj g77 gnat-style gnat_rm libiberty porting"
+MANUALS="cpp cppinternals gcc gccint gcj g77 gnat_ug_unx gnat_ug_vms gnat_ug_vxw gnat_ug_wnt gnat-style gnat_rm libiberty porting"
# Now convert the relevant files from texi to HTML and PostScript.
for file in $MANUALS; do