]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update release documentation with regard to uploading gprofng docs
authorNick Clifton <nickc@redhat.com>
Fri, 4 Nov 2022 12:01:03 +0000 (12:01 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 4 Nov 2022 12:01:03 +0000 (12:01 +0000)
binutils/ChangeLog
binutils/README-how-to-make-a-release

index 6c4fa9808e60f37a5cc998ce3bafbdf16024a10b..b6bb667d0270b2993fe09d09d2273a6e5e1c5266 100644 (file)
@@ -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
index 3d7f6cec4142d76ccdd25ba93b1b00564431d9cf..ee2153c0602197d81b5a5017c45c51b0961b915a 100644 (file)
@@ -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.