summaryrefslogtreecommitdiff
path: root/opcodes/po
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-08-17 01:04:52 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-08-17 01:04:52 +0000
commit5b67cd71d7a6d044e377aee4f6cd654be82c68aa (patch)
tree257624ef856bc14190854637682a09254b1ec2cc /opcodes/po
parent7616ab8a96bbbd9ac55c505face5b4e390e5f28a (diff)
downloadbinutils-redhat-5b67cd71d7a6d044e377aee4f6cd654be82c68aa.tar.gz
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
Diffstat (limited to 'opcodes/po')
-rw-r--r--opcodes/po/Make-in1
1 files changed, 1 insertions, 0 deletions
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