Skip to content

Commit

Permalink
Automatically install asciidoctor
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 18, 2024
1 parent 926ed2a commit c6683d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@ $<

0 comments on commit c6683d5

Please sign in to comment.