diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b40955..5def5bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2010-12-08 Ian Lance Taylor <iant@google.com> + * doc/sourcebuild.texi (Front End): Remove reference to + snapshot-README and snapshot-index.html. + +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. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e4d9afc..7c36264 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -560,9 +560,6 @@ inclusion in GCC, should be made available on the GCC FTP site @item The release and snapshot script @file{maintainer-scripts/gcc_release} should be updated to generate appropriate tarballs for this front end. -The associated @file{maintainer-scripts/snapshot-README} and -@file{maintainer-scripts/snapshot-index.html} files should be updated -to list the tarballs and diffs for this front end. @item If this front end includes its own version files that include the current date, @file{maintainer-scripts/update_version} should be |
