diff options
Diffstat (limited to '')
-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 |