texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/po Makevars


From: Sergey Poznyakoff
Subject: texinfo/po Makevars
Date: Wed, 06 Apr 2011 21:22:26 +0000

CVSROOT:        /cvsroot/texinfo
Module name:    texinfo
Changes by:     Sergey Poznyakoff <gray>        11/04/06 21:22:26

Modified files:
        po             : Makevars 

Log message:
        (XGETTEXT_OPTIONS): Add new flags.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/po/Makevars?cvsroot=texinfo&r1=1.4&r2=1.5

Patches:
Index: Makevars
===================================================================
RCS file: /cvsroot/texinfo/texinfo/po/Makevars,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Makevars    25 Feb 2010 08:25:55 -0000      1.4
+++ Makevars    6 Apr 2011 21:22:26 -0000       1.5
@@ -8,7 +8,33 @@
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=__ -k__ -k\$__ -k%__ 
-k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__
+XGETTEXT_OPTIONS = \
+ --keyword=_\
+ --keyword=N_\
+ --keyword=__\
+ -k__\
+ -k\$__\
+ -k%__\
+ -k__x\
+ -k__n:1,2\
+ -k__nx:1,2\
+ -k__xn:1,2\
+ -kN__\
+ --flag=error:1:c-format\
+ --flag=warning:1:c-format\
+ --flag=fatal:1:c-format\
+ --flag=file_line_error:3:c-format\
+ --flag=line_error:1:c-format\
+ --flag=add_word_args:1:c-format\
+ --flag=printf_to_message_buffer:1:c-format\
+ --flag=syntax_error:3:c-format\
+ --flag=error_message:2:c-format\
+ --flag=printf_to_message_buffer:1:c-format\
+ --flag=info_error:1:c-format\
+ --flag=window_message_in_echo_area:1:c-format\
+ --flag=message_in_echo_area:1:c-format\
+ --flag=format_message_node:1:c-format
+ --flag=format_message_buffer:1:c-format
 
 # 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]