summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2009-10-30 17:57:22 +1100
committerBrendan O'Dea <bod@debian.org>2009-10-30 17:57:22 +1100
commit20ec2c558b01991dc4c6be5e098665ed2de8b83a (patch)
tree64d731437033314f3baa602d75c2636c172d62dc /Makefile.in
parent900447205a0aae44e47c840983c83cd225efa498 (diff)
downloadhelp2man-20ec2c558b01991dc4c6be5e098665ed2de8b83a.tar.gz
parse program output and include files in the chartset given by --locale
conditionally include gettext support at extraction, rather than run-time
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 74d18ec..20e021d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -98,7 +98,7 @@ maintainer-clean: realclean
rm -f configure
$(target): $(srcdir)/$(target).PL
- $(PERL) $?
+ $(PERL) $? @extra_extract_args@
preload: $(preload).so
$(preload).so: $(srcdir)/$(preload).c