diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-11-18 09:31:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-11-18 09:31:00 +0000 |
commit | fba5973d63b6181b3ac8c00d42a3516edb023f52 (patch) | |
tree | cc597489495078faed9d8c3346dad09b41b5e91f | |
parent | Releasing version 20191104. (diff) | |
download | compute-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/Makefile | 2 |
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 |