* po/Make-in: Add --msgid-bugs-address to xgettext invocation.

This commit is contained in:
Alan Modra
2007-08-17 01:04:52 +00:00
parent 8520c40866
commit e9f274335b
12 changed files with 31 additions and 0 deletions

View File

@ -89,6 +89,7 @@ all-no:
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
--add-comments --keyword=_ --keyword=N_ \
--msgid-bugs-address=bug-binutils@gnu.org \
--files-from=$(srcdir)/POTFILES.in
rm -f $(srcdir)/$(PACKAGE).pot
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot