diff options
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 f24f939ebb7..600d1881737 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 |
