This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]