diff options
author | Ian Lance Taylor <iant@google.com> | 2010-12-08 23:37:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-12-08 23:37:30 +0000 |
commit | 822a338e5af57c616c9fe3d50ee8959b0dd6e61f (patch) | |
tree | 98da59c8695b078bafc397a8ec13c52144a36c26 /gcc | |
parent | c0aefbbe26379c16797a84130f4e890a3748c691 (diff) | |
download | gcc-822a338e5af57c616c9fe3d50ee8959b0dd6e61f.zip gcc-822a338e5af57c616c9fe3d50ee8959b0dd6e61f.tar.gz gcc-822a338e5af57c616c9fe3d50ee8959b0dd6e61f.tar.bz2 |
sourcebuild.texi (Texinfo Manuals): Change update_web_docs to update_web_docs_svn.
* doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs
to update_web_docs_svn.
(Front End): Likewise.
From-SVN: r167612
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60becc5..0b40955 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-12-08 Ian Lance Taylor <iant@google.com> + + * doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs + to update_web_docs_svn. + (Front End): Likewise. + 2010-12-08 Iain Sandoe <iains@gcc.gnu.org> gcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 012e680..e4d9afc 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -377,7 +377,7 @@ and they are included in release distributions. Manuals are also provided on the GCC web site, in both HTML and PostScript forms. This is done via the script -@file{maintainer-scripts/update_web_docs}. Each manual to be +@file{maintainer-scripts/update_web_docs_svn}. Each manual to be provided online must be listed in the definition of @code{MANUALS} in that file; a file @file{@var{name}.texi} must only appear once in the source tree, and the output manual must have the same name as the @@ -550,7 +550,7 @@ A news item on @file{index.html}, and possibly an announcement on the @email{gcc-announce@@gcc.gnu.org} mailing list. @item The front end's manuals should be mentioned in -@file{maintainer-scripts/update_web_docs} (@pxref{Texinfo Manuals}) +@file{maintainer-scripts/update_web_docs_svn} (@pxref{Texinfo Manuals}) and the online manuals should be linked to from @file{onlinedocs/index.html}. @item |