mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +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
|
bash install.sh
|
||||||
|
|
||||||
share/man/man1/%.1: share/man/man1/%.1.adoc bin/ruby-build
|
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 $@ $<
|
asciidoctor -b manpage -a version=$(release_version:v%=%) -o $@ $<
|
||||||
|
|
Loading…
Reference in a new issue