From c6683d561c1a21b9707b2ef84b29fa46e8d7cc50 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 18 Mar 2024 19:02:23 +0100 Subject: [PATCH] Automatically install asciidoctor --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8dd56e7d6a..e193a9bbc6 100644 --- a/Makefile +++ b/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 $@ $<