public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED 2/3] Add --add-comments to XGETTEXT_OPTIONS in Makevars
@ 2016-08-19 14:24 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2016-08-19 14:24 UTC (permalink / raw)
  To: elfutils-devel

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

From: Piotr Drąg <piotrdrag@gmail.com>

So that translator comments show up in .po files.

https://bugzilla.redhat.com/show_bug.cgi?id=1368130

Signed-off-by: Piotr Drąg <piotrdrag@gmail.com>
---
 po/Makevars | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/po/Makevars b/po/Makevars
index 8a8ebc6..15d5d31 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -9,7 +9,8 @@ top_builddir = ..
 
 # These options get passed to xgettext.
 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_  --flag=error:3:c-format \
-		   --flag=ERROR:1:c-format --flag=argp_error:2:c-format
+		   --flag=ERROR:1:c-format --flag=argp_error:2:c-format \
+		   --add-comments
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-19 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19 14:24 [COMMITTED 2/3] Add --add-comments to XGETTEXT_OPTIONS in Makevars Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).