aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-11-04 12:01:03 +0000
committerNick Clifton <nickc@redhat.com>2022-11-04 12:01:03 +0000
commit1da0b075aea4c4fea0e9d18990f6650758386949 (patch)
tree210b52146f62faee98db81dcd0da3082e7e92cd4 /binutils
parent476410b3bca1389ee69e9c8fa18aaee16793a56d (diff)
downloadgdb-1da0b075aea4c4fea0e9d18990f6650758386949.zip
gdb-1da0b075aea4c4fea0e9d18990f6650758386949.tar.gz
gdb-1da0b075aea4c4fea0e9d18990f6650758386949.tar.bz2
Update release documentation with regard to uploading gprofng docs
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/README-how-to-make-a-release8
2 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 6c4fa98..b6bb667 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-04 Nick Clifton <nickc@redhat.com>
+
+ * README-how-to-make-a-release: Add instructions for uploading the
+ gprofng documentation.
+
2022-10-31 Nick Clifton <nickc@redhat.com>
PR 29457
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 3d7f6ce..ee2153c 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -365,6 +365,7 @@ When the time comes to actually make the release....
cd ..
put as.html
put as.pdf
+
cd bfd
lcd ../../bfd/doc/bfd
put *
@@ -372,6 +373,7 @@ When the time comes to actually make the release....
lcd ..
put bfd.html
put bfd.pdf
+
cd binutils
lcd ../../binutils/binutils <=== NB/ Path not like others
put *
@@ -379,6 +381,7 @@ When the time comes to actually make the release....
lcd ../doc
put binutils.html
put binutils.pdf
+
cd gprof
lcd ../../gprof/doc/gprof
put *
@@ -386,6 +389,7 @@ When the time comes to actually make the release....
lcd ../..
put gprof.html
put gprof.pdf
+
cd ld
lcd ../ld/doc/ld
put *
@@ -394,6 +398,10 @@ When the time comes to actually make the release....
put ld.html
put ld.pdf
+ lcd ../../gprofng/doc
+ put gprofng.html
+ put gprofng.pdf
+
Edit the top level binutils index.html file to change the links
to point to the new documentation.