diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-17 01:04:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-17 01:04:52 +0000 |
commit | e9f274335b5c7f789489c23cc6088efee4f5dd52 (patch) | |
tree | ec10a85439a8e248de213b8fc5a750d0ec10719a /binutils | |
parent | 8520c40866978c72f704ea159afbab994a829ff2 (diff) | |
download | binutils-gdb-e9f274335b5c7f789489c23cc6088efee4f5dd52.tar.gz |
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/po/Make-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f97f881e506..6e9fd906fb6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra <amodra@bigpond.net.au> + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * readelf.c: Revert last change. diff --git a/binutils/po/Make-in b/binutils/po/Make-in index 86ff3143b98..f321ad7201d 100644 --- a/binutils/po/Make-in +++ b/binutils/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 |