summaryrefslogtreecommitdiffstats
path: root/Makefile.defs.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-04-14 08:18:47 +0200
committerPatrick McHardy <kaber@trash.net>2014-04-14 08:22:48 +0200
commitb65f854278c7412b9dd2f6b335ad1f7e32d83d34 (patch)
tree70a1bf4d0c0b4a0f6998b927888c545540125e98 /Makefile.defs.in
parentc3e12a0fb85e68011f70b232a729558022f3aeb7 (diff)
build: fix documentation build
Handle the docbook2x-man mess that is called differently on different distributions. Also switch to dblatex since db2pdf is unable to handle XML on Fedora (and probably other distributions). Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'Makefile.defs.in')
-rw-r--r--Makefile.defs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.defs.in b/Makefile.defs.in
index 3fee9c22..915d3d83 100644
--- a/Makefile.defs.in
+++ b/Makefile.defs.in
@@ -6,6 +6,7 @@ YACC = @YACC@
MKDIR_P = @MKDIR_P@
INSTALL = @INSTALL@
SED = @SED@
+DB2MAN = @DB2MAN@
PACKAGE_TARNAME = @PACKAGE_TARNAME@