diff options
author | Ian Lance Taylor <iant@google.com> | 2010-12-09 00:06:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-12-09 00:06:04 +0000 |
commit | 8cabb3e60340bcd19cededa973d3d986d5b121aa (patch) | |
tree | 40d51954aedf6d8519e070525bcb7ac3faa5caf8 | |
parent | 6f3bbbe728de338db5e52c0d05cc4417fd2d32d9 (diff) | |
download | gcc-8cabb3e60340bcd19cededa973d3d986d5b121aa.zip gcc-8cabb3e60340bcd19cededa973d3d986d5b121aa.tar.gz gcc-8cabb3e60340bcd19cededa973d3d986d5b121aa.tar.bz2 |
sourcebuild.texi (Front End): Remove reference to snapshot-README and snapshot-index.html.
* doc/sourcebuild.texi (Front End): Remove reference to
snapshot-README and snapshot-index.html.
From-SVN: r167617
-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 |