Add ruby-build(1) man page

This commit is contained in:
Mislav Marohnić 2023-11-07 18:13:12 +01:00
parent b80edb1889
commit 1aa0bfce12
No known key found for this signature in database
7 changed files with 335 additions and 2 deletions

View file

@ -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}"