[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Fri, 6 Dec 2024 16:14:18 -0500 (EST) |
branch: master
commit 406f9f26b3ffbcafce0c6227f1df0250965141d8
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Dec 6 21:14:04 2024 +0000
* Makefile.am (update-po): Also run update-po in gnulib
subdirectories.
---
ChangeLog | 5 +++++
Makefile.am | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 636e609129..56e1e3c0b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-06 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * Makefile.am (update-po): Also run update-po in gnulib
+ subdirectories.
+
2024-12-06 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/XS/gnulib/po/Makevars (XGETTEXT_OPTIONS):
diff --git a/Makefile.am b/Makefile.am
index 2bdad4f47a..937e2e7f45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,10 +102,12 @@ dtd-check:
grand-replace:
./grand-replace.sh $(srcdir)
-# just for convenience:
+# run update-po in all gettext directories
update-po:
cd po && $(MAKE) update-po
cd po_document && $(MAKE) update-po
+ cd gnulib/po && $(MAKE) update-po
+ cd tp/Texinfo/XS/gnulib/po && $(MAKE) update-po
# From coreutils. Use when making a release.
# Verify that all source files using _() are listed in po/POTFILES.in.