This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to exgettext


This patch makes exgettext use the --copyright-holder and
--msgid-bugs-address options of xgettext to fill in more information
in the gcc.pot file.

(bugs.html might not be ideal for reports of problems affecting
translatability, but we don't have translator-specific bug-reporting
documentation and it does at least say to report bugs in Bugzilla.)

It passes regenerating gcc.pot (and isn't exercised in bootstrap).  OK
to commit?

2003-11-15  Joseph S. Myers  <jsm@polyomino.org.uk>

	* exgettext: Use --copyright-holder and --msgid-bugs-address.
	* gcc.pot: Regenerate.

--- GCC/gcc/po/exgettext.orig	2003-10-04 07:35:23.000000000 +0000
+++ GCC/gcc/po/exgettext	2003-11-15 22:57:19.000000000 +0000
@@ -162,4 +162,6 @@
 echo "running xgettext..." >&2
 $xgettext --default-domain=$package --directory=$srcdir \
 	  --add-comments `cat $kopt` --files-from=$posr \
+	  --copyright-holder="Free Software Foundation, Inc." \
+	  --msgid-bugs-address="http://gcc.gnu.org/bugs.html"; \
 	  --language=c -o po/$package.pot

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]