trans-coord-devel
[Top][All Lists]
Advanced

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

Re: Useless references to the source in POT/PO.


From: Kaloian Doganov
Subject: Re: Useless references to the source in POT/PO.
Date: Thu, 21 Aug 2008 05:40:09 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gNewSense gnu/linux)

Yavor Doganov <address@hidden> writes:

    I prefer to make a wishlist for po4a...

It turns out that there is already such an option in Po4a.  It is
part of the the Po.pm module:

    porefs

        This specifies the reference format. It can be one of 'none' to
        not produce any reference, 'noline' to not specify the line
        number, and 'full' to include complete references.

We can take advantage of it by changing just one line.  I've tested the
change against Po4a 0.33.3 and 0.34.  Is it OK to install it?

--- server/gnun/GNUmakefile     17 Aug 2008 17:01:53 -0000      1.56
+++ server/gnun/GNUmakefile     21 Aug 2008 02:33:49 -0000
@@ -23,7 +23,7 @@
 M4 := m4
 AWK := gawk
 
-PO4A-GETTEXTIZEFLAGS :=
+PO4A-GETTEXTIZEFLAGS := -o porefs=none
 PO4A-TRANSLATEFLAGS := --keep=0
 
 PO4A-XHTMLFLAGS := --format=xhtml -o ontagerror=silent \




reply via email to

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