aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-08-17 01:04:52 +0000
committerAlan Modra <amodra@gmail.com>2007-08-17 01:04:52 +0000
commite9f274335b5c7f789489c23cc6088efee4f5dd52 (patch)
treeec10a85439a8e248de213b8fc5a750d0ec10719a /gas
parent8520c40866978c72f704ea159afbab994a829ff2 (diff)
downloadbinutils-e9f274335b5c7f789489c23cc6088efee4f5dd52.zip
binutils-e9f274335b5c7f789489c23cc6088efee4f5dd52.tar.gz
binutils-e9f274335b5c7f789489c23cc6088efee4f5dd52.tar.bz2
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/po/Make-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 72329b3..743a863 100644
--- a/gas/ChangeLog
+++ b/gas/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-14 Andreas Schwab <schwab@suse.de>
* config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is
diff --git a/gas/po/Make-in b/gas/po/Make-in
index 86ff314..f321ad7 100644
--- a/gas/po/Make-in
+++ b/gas/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