summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a10c4b89c..20cf99ec8 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -129,7 +129,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
@echo "Updating man page $@"; \
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name)$(EXEEXT) $*$(EXEEXT)); \
- $(srcdir)/help2man \
+ $(PERL) -- $(srcdir)/help2man \
--info-page='$(PACKAGE) $*' \
--include=$(srcdir)/$*.x \
--output=$@ $t/$*$(EXEEXT)