aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2023-01-20 11:14:11 -0800
committerIndu Bhagat <indu.bhagat@oracle.com>2023-01-20 11:14:11 -0800
commit57ffc61c6dceaf41d525a3cbf0cad3fdbe4448e5 (patch)
treeeaf374be3643bd7908f17cb3174566970cc37dbf
parent6ec27270ff995940ffa532ee15414300782c30e8 (diff)
downloadbinutils-57ffc61c6dceaf41d525a3cbf0cad3fdbe4448e5.zip
binutils-57ffc61c6dceaf41d525a3cbf0cad3fdbe4448e5.tar.gz
binutils-57ffc61c6dceaf41d525a3cbf0cad3fdbe4448e5.tar.bz2
Upload SFrame spec files as well
binutils/ * README-how-to-make-a-release: Include sframe-spec html and pdf files.
-rw-r--r--binutils/README-how-to-make-a-release6
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index ccac8a6..e488c07 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -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.