Author: Daniel Baumann Description: Fixing FTBFS with newer asciidoc versions. diff -Naurp open-infrastructure-compute-tools.orig/share/man/Makefile open-infrastructure-compute-tools/share/man/Makefile --- open-infrastructure-compute-tools.orig/share/man/Makefile +++ open-infrastructure-compute-tools/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