summaryrefslogtreecommitdiffstats
path: root/share/man/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-01-21 20:28:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-01-21 20:28:57 +0000
commit35931568028715ceb35f5a2a1e42b28bc95d0cc5 (patch)
tree18894d6586f2a0035bfb6e551eeb3b4a0f63282f /share/man/Makefile
parentReleasing debian version 20191104-1. (diff)
downloadopen-infrastructure-compute-tools-35931568028715ceb35f5a2a1e42b28bc95d0cc5.tar.xz
open-infrastructure-compute-tools-35931568028715ceb35f5a2a1e42b28bc95d0cc5.zip
Merging upstream version 20200121.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/Makefile')
-rw-r--r--share/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/Makefile b/share/man/Makefile
index 4f5b682..535b2b1 100644
--- a/share/man/Makefile
+++ b/share/man/Makefile
@@ -1,6 +1,6 @@
# Makefile
-# Copyright (C) 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+# Copyright (C) 2014-2020 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# SPDX-License-Identifier: GPL-3.0+
#
@@ -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