mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 14:12:59 +00:00
Do not hardcode docbook2man path
In docbook2X, the command is docbook2man.pl instead of docbook2man
This commit is contained in:
parent
0e8f5d93ae
commit
ce2c41a11e
@ -12,10 +12,10 @@ man_MANS = \
|
|||||||
|
|
||||||
fwupdmgr.1: fwupdmgr.sgml
|
fwupdmgr.1: fwupdmgr.sgml
|
||||||
$(AM_V_GEN) \
|
$(AM_V_GEN) \
|
||||||
docbook2man $? > /dev/null
|
$(DOCBOOK2MAN) $? > /dev/null
|
||||||
dfu-tool.1: dfu-tool.sgml
|
dfu-tool.1: dfu-tool.sgml
|
||||||
$(AM_V_GEN) \
|
$(AM_V_GEN) \
|
||||||
docbook2man $? > /dev/null
|
$(DOCBOOK2MAN) $? > /dev/null
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = \
|
MAINTAINERCLEANFILES = \
|
||||||
manpage.links \
|
manpage.links \
|
||||||
|
Loading…
Reference in New Issue
Block a user