summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-11-18 09:31:00 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-11-18 09:31:00 +0000
commitfba5973d63b6181b3ac8c00d42a3516edb023f52 (patch)
treecc597489495078faed9d8c3346dad09b41b5e91f
parentReleasing version 20191104. (diff)
downloadcompute-tools-fba5973d63b6181b3ac8c00d42a3516edb023f52.tar.xz
compute-tools-fba5973d63b6181b3ac8c00d42a3516edb023f52.zip
Fixing FTBFS with newer asciidoc versions.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/man/Makefile2
1 files changed, 1 insertions, 1 deletions
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