This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Commit: Update "how to make a release" documentation
- From: Nick Clifton <nickc at redhat dot com>
- To: binutils at sourceware dot org
- Date: Tue, 23 Apr 2019 11:19:18 +0100
- Subject: Commit: Update "how to make a release" documentation
Hi Guys,
Alexander Fedotov just pointed out to me that the:
https://sourceware.org/binutils/docs/
link was still pointing to the old 2.30 documentation. I have now
fixed this, and I am checking in this patch to remind me not to make
such a mistake in the future.
Cheers
Nick
binutils/ChangeLog
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.
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 66c5eccccd..c82563e9df 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.