[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 7 Aug 2023 09:09:14 -0400 (EDT) |
branch: master
commit 558efdc7bfbc28c80e0de3044ea64edb2a8057e4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Aug 7 13:55:31 2023 +0100
* po/POTFILES.in: some updates
* Makefile.am (po-check): exclude tp/t/results directory.
---
ChangeLog | 5 +++++
Makefile.am | 1 +
po/POTFILES.in | 2 +-
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 27a08f7868..2740f0238f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-07 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * po/POTFILES.in: some updates
+ * Makefile.am (po-check): exclude tp/t/results directory.
+
2023-08-07 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.texi (Other Customization Variables)
diff --git a/Makefile.am b/Makefile.am
index 88ceb01fcf..f250a565d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,6 +105,7 @@ po-check:
djgpp/* | man/* ) continue;; \
texinfo-*/*) continue;; \
tp/maintain/* ) continue;; \
+ tp/t/results* ) continue;; \
esac; \
# if have lex/yacc sources, skip corresponding c/h files. \
case $$file in \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index bbc0246159..016920404d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -28,7 +28,6 @@ info/pcterm.c
info/scan.c
info/search.c
info/session.c
-info/util.c
info/variables.c
info/window.c
install-info/install-info.c
@@ -66,6 +65,7 @@ tp/Texinfo/XS/parsetexi/errors.c
tp/Texinfo/XS/parsetexi/errors.h
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