mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-12-09 20:11:52 +01:00
Automatically install asciidoctor
This commit is contained in:
parent
926ed2a649
commit
c6683d561c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -5,4 +5,5 @@ install:
|
|||
bash install.sh
|
||||
|
||||
share/man/man1/%.1: share/man/man1/%.1.adoc bin/ruby-build
|
||||
which asciidoctor || gem install asciidoctor
|
||||
asciidoctor -b manpage -a version=$(release_version:v%=%) -o $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue