[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Get msgid bug address into .pot file

From: Peter N. Lundblad <lundblad_at_softhome.net>
Date: 2004-05-04 23:13:53 CEST

HI,

This one-liner to Makefile.in makes xgeetext add an adress for
reporting msgid bugs. Else, msgmerge clears it out from the .po files
every time.

Regards,
//Peter

Add address for msgid bugs to .pot file.

* Makefile.in:
  (locale-gnu-pot): Add --msgid-bug-address option to xgettext command.

Index: Makefile.in
===================================================================
--- Makefile.in (revision 9621)
+++ Makefile.in (working copy)
@@ -271,6 +271,7 @@
           -name "*.c" -print -or \
           -name "svn_error_codes.h" -print | \
          $(XGETTEXT) -F -k_ -kN_ -kSVN_ERRDEF:3 -c --files-from=- \
+ --msgid-bugs-addres='dev@subversion.tigris.org' \
           -o po/subversion.pot )

 locale-gnu-po-update: locale-gnu-pot

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 4 23:05:53 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.