Upload SFrame spec files as well
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 20 Jan 2023 19:14:11 +0000 (11:14 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 20 Jan 2023 19:14:11 +0000 (11:14 -0800)
binutils/
* README-how-to-make-a-release: Include sframe-spec html and pdf
files.

binutils/README-how-to-make-a-release

index ccac8a6610b2b511af2acce8e4789849c44fa22d..e488c0700d4cb64ffd6354fa84b7f72f2a484809 100644 (file)
@@ -310,7 +310,7 @@ When the time comes to actually make the release....
         make install-gas install-gold install-ld install-binutils install-gprofng
 
         # Needed for step 29...
-        make html pdf html-libctf pdf-libctf
+       make html pdf html-libctf pdf-libctf html-libsframe pdf-libsframe
 
         popd
 
@@ -434,6 +434,10 @@ When the time comes to actually make the release....
         lcd ../../libctf/doc
         put ctf-spec.html
         put ctf-spec.pdf
+
+        lcd ../../libsframe/doc
+        put sframe-spec.html
+        put sframe-spec.pdf
         
       Edit the top level binutils index.html file to change the links
       to point to the new documentation.