Use located a2x binary instead of hard-coded name
This commit is contained in:
parent
e71b3e08a6
commit
66abbbe72d
@ -10,7 +10,7 @@ man_MANS = \
|
||||
|
||||
.txt.5:
|
||||
if HAVE_A2X
|
||||
$(AM_V_GEN) a2x $(A2X_ARGS) $<
|
||||
$(AM_V_GEN) $(A2X) $(A2X_ARGS) $<
|
||||
else
|
||||
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
|
||||
endif
|
||||
|
@ -10,7 +10,7 @@ man_MANS = \
|
||||
|
||||
.txt.8:
|
||||
if HAVE_A2X
|
||||
$(AM_V_GEN) a2x $(A2X_ARGS) $<
|
||||
$(AM_V_GEN) $(A2X) $(A2X_ARGS) $<
|
||||
else
|
||||
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user