texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix for make po-check


From: Gavin D. Smith
Subject: branch master updated: Fix for make po-check
Date: Tue, 16 Feb 2021 16:08:31 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new b488560  Fix for make po-check
b488560 is described below

commit b4885606ec907f198b8e9edc66a8ed8cf8ae3159
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Feb 16 21:08:23 2021 +0000

    Fix for make po-check
    
    * po/POTFILES.in: Update
    * Makefile.in (po-check): check for parsetexi function calls
---
 ChangeLog      |  7 +++++++
 Makefile.am    |  2 +-
 po/POTFILES.in | 20 ++++----------------
 3 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0672d43..be0b0ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
 
        Fix for make po-check
 
+       * po/POTFILES.in: Update
+       * Makefile.in (po-check): check for parsetexi function calls
+
+2021-02-16  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       Fix for make po-check
+
        * tp/t/html_tests.t (example_class): Change test to avoid false
        positive with "make po-check".
 
diff --git a/Makefile.am b/Makefile.am
index 1a331ea..b0f6e17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,7 +122,7 @@ po-check:
          # with no space or lparen; the other alternative matches the  \
          # usual function calls, e.g., _("..."), with or without space.\
          grep -E -l                                                    \
-           '\b[^$$]N?__?"|\b(N?__?|gdt|gettext *)\([^)"]*("|$$)'       \
+           
'\b[^$$]N?__?"|\b(N?__?|gdt|gettext|line_error|line_error_ext|line_warn|command_error|command_warn)
 *\([^)"]*("|$$)'        \
            $$files | sort -u > $@-2;                                   \
          diff -u $@-1 $@-2 || exit 1;                                  \
          rm -f $@-1 $@-2;                                              \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9fbf9bb..5d2eef1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-# Copyright 2005-2019 Free Software Foundation, Inc.
+# Copyright 2005-2021 Free Software Foundation, Inc.
 # 
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -6,6 +6,7 @@
 #  
 # List of source files containing translatable strings.
 
+gnulib/lib/cdefs.h
 gnulib/lib/error.c
 gnulib/lib/getopt.c
 gnulib/lib/regcomp.c
@@ -30,6 +31,7 @@ info/session.c
 info/variables.c
 info/window.c
 install-info/install-info.c
+Pod-Simple-Texinfo/pod2texi.pl
 tp/DebugTexinfo/DebugTree.pm
 tp/Texinfo/Common.pm
 tp/Texinfo/Convert/Converter.pm
@@ -46,28 +48,14 @@ tp/Texinfo/Structuring.pm
 tp/init/chm.pm
 tp/init/latex2html.pm
 tp/init/tex4ht.pm
+tp/init/highlight_syntax.pm
 tp/texi2any.pl
-tp/Texinfo/XS/parsetexi/api.c
 tp/Texinfo/XS/parsetexi/close.c
-tp/Texinfo/XS/parsetexi/commands.c
-tp/Texinfo/XS/parsetexi/conf.c
-tp/Texinfo/XS/parsetexi/context_stack.c
-tp/Texinfo/XS/parsetexi/convert.c
-tp/Texinfo/XS/parsetexi/counter.c
-tp/Texinfo/XS/parsetexi/debug.c
-tp/Texinfo/XS/parsetexi/def.c
-tp/Texinfo/XS/parsetexi/element_types.c
 tp/Texinfo/XS/parsetexi/end_line.c
-tp/Texinfo/XS/parsetexi/errors.c
-tp/Texinfo/XS/parsetexi/extra.c
 tp/Texinfo/XS/parsetexi/handle_commands.c
 tp/Texinfo/XS/parsetexi/indices.c
-tp/Texinfo/XS/parsetexi/input.c
-tp/Texinfo/XS/parsetexi/labels.c
 tp/Texinfo/XS/parsetexi/macro.c
 tp/Texinfo/XS/parsetexi/menus.c
 tp/Texinfo/XS/parsetexi/multitable.c
 tp/Texinfo/XS/parsetexi/parser.c
 tp/Texinfo/XS/parsetexi/separator.c
-tp/Texinfo/XS/parsetexi/text.c
-tp/Texinfo/XS/parsetexi/tree.c



reply via email to

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