mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-27 22:30:55 +01:00
Add ruby-build(1) man page
This commit is contained in:
parent
b80edb1889
commit
1aa0bfce12
7 changed files with 335 additions and 2 deletions
|
|
@ -39,8 +39,9 @@ fi
|
|||
|
||||
sed -i.bak -E "s!^(RUBY_BUILD_VERSION=).+!\\1\"${new_version}\"!" "$binfile"
|
||||
rm -f "${binfile}.bak"
|
||||
make share/man/man1/ruby-build.1
|
||||
|
||||
git commit -m "ruby-build ${new_version}" -- "$binfile"
|
||||
git commit -m "ruby-build ${new_version}" -- "$binfile" share/man/man1/ruby-build.1
|
||||
|
||||
git tag "$version_tag"
|
||||
git push origin master "${version_tag}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue