From fba5973d63b6181b3ac8c00d42a3516edb023f52 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Nov 2019 10:31:00 +0100 Subject: Fixing FTBFS with newer asciidoc versions. Signed-off-by: Daniel Baumann --- share/man/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/Makefile b/share/man/Makefile index 4f5b682..ed19dc3 100644 --- a/share/man/Makefile +++ b/share/man/Makefile @@ -20,7 +20,7 @@ # Depends: asciidoc dblatex docbook-xsl libxml2-utils source-highlight A2X = a2x \ - --asciidoc-opts "-a revdate=$(shell cat ../../VERSION.txt)" \ + --asciidoc-opts="-a revdate=$(shell cat ../../VERSION.txt)" \ --doctype=manpage SHELL := sh -e -- cgit v1.2.3