diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-01-22 01:36:00 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-01-22 01:36:55 +0000 |
commit | 105028315816eb4c8d7b16c79e25775afc656c9a (patch) | |
tree | 1f0a7c45776ca6c73ad632eb5a8a93893970fa07 | |
parent | 87ca615aa6f400c64d0bf13088c0ffdd14e22830 (diff) | |
download | gcc-105028315816eb4c8d7b16c79e25775afc656c9a.zip gcc-105028315816eb4c8d7b16c79e25775afc656c9a.tar.gz gcc-105028315816eb4c8d7b16c79e25775afc656c9a.tar.bz2 |
Update update_web_docs_svn references in sourcebuild.texi.
These needed updating after the replacement of update_web_docs_svn by
update_web_docs_git.
* doc/sourcebuild.texi (Texinfo Manuals, Front End): Refer to
update_web_docs_git instead of update_web_docs_svn.
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85cf788..223f52d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-01-22 Joseph Myers <joseph@codesourcery.com> + + * doc/sourcebuild.texi (Texinfo Manuals, Front End): Refer to + update_web_docs_git instead of update_web_docs_svn. + 2020-01-21 Andrew Pinski <apinski@marvell.com> PR target/9311 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index c18a630..af711ad 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -388,7 +388,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_svn}. Each manual to be +@file{maintainer-scripts/update_web_docs_git}. 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 @@ -561,7 +561,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_svn} (@pxref{Texinfo Manuals}) +@file{maintainer-scripts/update_web_docs_git} (@pxref{Texinfo Manuals}) and the online manuals should be linked to from @file{onlinedocs/index.html}. @item |