Do not hardcode docbook2man path

In docbook2X, the command is docbook2man.pl instead of docbook2man
This commit is contained in:
Kai Krakow 2017-02-12 20:32:53 +01:00 committed by Richard Hughes
parent 0e8f5d93ae
commit ce2c41a11e

View File

@ -12,10 +12,10 @@ man_MANS = \
fwupdmgr.1: fwupdmgr.sgml
$(AM_V_GEN) \
docbook2man $? > /dev/null
$(DOCBOOK2MAN) $? > /dev/null
dfu-tool.1: dfu-tool.sgml
$(AM_V_GEN) \
docbook2man $? > /dev/null
$(DOCBOOK2MAN) $? > /dev/null
MAINTAINERCLEANFILES = \
manpage.links \