diff options
author | Nick Clifton <nickc@redhat.com> | 2019-04-23 11:19:58 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-04-23 11:19:58 +0100 |
commit | 624a24513d2dcf7f2c2d42dbdf6d86be2f6d74aa (patch) | |
tree | 36454ee329033d44dfb04673adb011824d627952 /binutils | |
parent | cc9519e7d6251b84dd95c55b562a15b25d703bc0 (diff) | |
download | gdb-624a24513d2dcf7f2c2d42dbdf6d86be2f6d74aa.zip gdb-624a24513d2dcf7f2c2d42dbdf6d86be2f6d74aa.tar.gz gdb-624a24513d2dcf7f2c2d42dbdf6d86be2f6d74aa.tar.bz2 |
Update binutils release making documenation to mention changing the symbolic documentation link.
* README-how-to-make-a-release: Add note to update the symbolic
link from "docs" to "docs-2.x" on the sourceware website.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/README-how-to-make-a-release | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 254a374..9aa6bf9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-04-23 Nick Clifton <nickc@redhat.com> + + * README-how-to-make-a-release: Add note to update the symbolic + link from "docs" to "docs-2.x" on the sourceware website. + 2019-04-16 Alan Modra <amodra@gmail.com> * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*. diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 66c5ecc..c82563e 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -304,6 +304,8 @@ When the time comes to actually make the release.... get index.html [edit] put index.html + rm docs + ln -s docs-2.3x docs quit Check that the new web page is correct. |