[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 5 Jun 2024 16:41:45 -0400 (EDT) |
branch: master
commit f828656212ac6b419e1425aaaf25258656d1f100
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Jun 5 21:41:32 2024 +0100
* Makefile.am (po-check): Check for message_list_document_warn,
message_list_document_error, message_list_command_warn and
message_list_command_error.
---
ChangeLog | 6 ++++++
Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 6cefcdc7bf..2dd506a32e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-06-05 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * Makefile.am (po-check): Check for message_list_document_warn,
+ message_list_document_error, message_list_command_warn and
+ message_list_command_error.
+
2024-06-05 Gavin Smith <gavinsmith0123@gmail.com>
* Makefile.am (po-check): Remove check for lex/yacc sources as
diff --git a/Makefile.am b/Makefile.am
index 1317e1fd5d..d8c63379f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,7 @@ po-check:
files="$$files $$file"; \
done; \
grep -E -l \
-
'\b(N?__?p?|gettext|line_error|line_error_ext|line_warn|command_error|command_warn)
*\([^)"]*("|$$)' \
+
'\b(N?__?p?|gettext|line_error|line_error_ext|line_warn|command_error|command_warn|message_list_document_warn|message_list_document_error|message_list_command_warn|message_list_command_error)
*\([^)"]*("|$$)' \
$$files | sort -u > $@-2; \
diff -u $@-1 $@-2 || exit 1; \
rm -f $@-1 $@-2; \