texinfo-commits
[Top][All Lists]
Advanced

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

texinfo Makefile.am po/POTFILES.in


From: Karl Berry
Subject: texinfo Makefile.am po/POTFILES.in
Date: Mon, 17 Oct 2011 00:18:57 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/10/17 00:18:57

Modified files:
        .              : Makefile.am 
        po             : POTFILES.in 

Log message:
        po-check update for tp

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/Makefile.am?cvsroot=texinfo&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/texinfo/po/POTFILES.in?cvsroot=texinfo&r1=1.14&r2=1.15

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- Makefile.am 11 Oct 2011 23:37:38 -0000      1.31
+++ Makefile.am 17 Oct 2011 00:18:57 -0000      1.32
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.31 2011/10/11 23:37:38 karl Exp $
+# $Id: Makefile.am,v 1.32 2011/10/17 00:18:57 karl Exp $
 # Makefile.am for texinfo.
 # Process this file with automake to produce Makefile.in in all directories.
 #
@@ -61,26 +61,27 @@
 # From coreutils.
 # Verify that all source files using _() are listed in po/POTFILES.in.
 # Run this before making pretests, as well as official releases, so that
-# translators will see changed string.
+# translators will see changed strings.
 po-check:
-       if test -f po/POTFILES.in; then                                 \
+       @if test -f po/POTFILES.in; then                                \
          grep -E -v '^(#|$$)' po/POTFILES.in                           \
            | grep -v '^src/false\.c$$' | sort > address@hidden;                
        \
          files=;                                                       \
-         for file in $$($(CVS_LIST_EXCEPT)) `find [a-z]* -name '*.[ch]'`; do \
+         for file in $$($(CVS_LIST_EXCEPT))                            \
+             `find [a-z]* -name '*.[ch]' -o -name '*.p[lm]'`; do       \
            case $$file in                                              \
-           djgpp/* | man/*) continue;;                                 \
+           djgpp/* | makeinfo/* | man/* | texi2html/* ) continue;;     \
+            tp/maintain/* ) continue;;                                 \
            esac;                                                       \
            case $$file in                                              \
-           *.[ch])                                                     \
+           *.[ch] | *.p[lm])                                           \
              base=`expr " $$file" : ' \(.*\)\..'`;                     \
              { test -f $$base.l || test -f $$base.y; } && continue;;   \
            esac;                                                       \
            files="$$files $$file";                                     \
          done;                                                         \
-         grep -E -l '\b(N?_|gettext *)\([^)"]*("|$$)' $$files          \
+         grep -E -l '\b(N?__?|gdt|gettext *)\([^)"]*("|$$)' $$files    \
            | sort -u > address@hidden;                                         
\
          diff -u address@hidden address@hidden || exit 1;                      
                \
          rm -f address@hidden address@hidden;                                  
        \
        fi
-

Index: po/POTFILES.in
===================================================================
RCS file: /sources/texinfo/texinfo/po/POTFILES.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- po/POTFILES.in      13 Oct 2011 00:06:52 -0000      1.14
+++ po/POTFILES.in      17 Oct 2011 00:18:57 -0000      1.15
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008, 2011 Free Software Foundation, Inc.
 # 
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -9,7 +9,6 @@
 gnulib/lib/error.c
 gnulib/lib/getopt.c
 gnulib/lib/xalloc-die.c
-gnulib/lib/xsetenv.c
 info/echo-area.c
 info/footnotes.c
 info/footnotes.h



reply via email to

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