summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2009-11-14 11:52:50 +1100
committerBrendan O'Dea <bod@debian.org>2009-11-14 11:52:50 +1100
commit9ec2e29043f013bc7af84847acca78015fd100a3 (patch)
treeefe4c8044d940d7d46706fa174270952592e21ee /Makefile.in
parente6fe4bd08717581db14537a6cee54a7d74375ef3 (diff)
downloadhelp2man-9ec2e29043f013bc7af84847acca78015fd100a3.tar.gz
set Report-Msgid-Bugs-To
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 20e021d..7ed91e8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,7 +142,8 @@ update-po: $(srcdir)/po/$(target).pot
done
$(srcdir)/po/$(target).pot: $(target)
- xgettext -L Perl -k_ -kN_ -o $@ $?
+ xgettext -L Perl -k_ -kN_ \
+ --msgid-bugs-address="Brendan O'Dea <bug-help2man@gnu.org>" -o $@ $?
.PHONY: all clean distclean preload man man_l10n info dvi install \
install_base install_preload install_l10n mostlyclean realclean \