From: Alan Modra Date: Fri, 17 Aug 2007 01:04:52 +0000 (+0000) Subject: * po/Make-in: Add --msgid-bugs-address to xgettext invocation. X-Git-Tag: gdb_6_7-2007-09-07-branchpoint~183 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c1534821bec8976ef638057c1a35bb3e35228a4b;p=pf3gnuchains%2Fpf3gnuchains4x.git * po/Make-in: Add --msgid-bugs-address to xgettext invocation. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 895e6be724..e41f4247c4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-16 H.J. Lu * elf.c: Revert last change. diff --git a/bfd/po/Make-in b/bfd/po/Make-in index 1a61992955..b24301dbbe 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -96,12 +96,14 @@ $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) \ --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/SRC-POTFILES.in $(XGETTEXT) --default-domain=$(PACKAGE) \ --directory=.. \ --directory=. \ --add-comments --keyword=_ --keyword=N_ \ --join-existing \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/BLD-POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 247a5625b8..54a4e8db69 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-10 Nick Clifton * po/fi.po: Updated Finnish translation. diff --git a/opcodes/po/Make-in b/opcodes/po/Make-in index 9bc5bb1f2f..25a7342499 100644 --- a/opcodes/po/Make-in +++ b/opcodes/po/Make-in @@ -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