diff options
author | fw <fw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 16:50:45 +0000 |
---|---|---|
committer | fw <fw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 16:50:45 +0000 |
commit | e719194da1e2fd34ba321071cfc88d02f9bd9c14 (patch) | |
tree | 1721c55478b4313f4dc150985d54d239ec0edef6 /maintainer-scripts/update_web_docs | |
parent | 478e31275bf4f5ba64b0be7820289f9ff2d95d74 (diff) | |
download | gcc-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
Diffstat (limited to 'maintainer-scripts/update_web_docs')
-rwxr-xr-x | maintainer-scripts/update_web_docs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |