From 349261e217002afbcccbb9974ac78d8eac922ead Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 7 Apr 2025 09:19:14 +0000 Subject: [PATCH] Makefile: Automatically add all tools/ to POTFILE.in Signed-off-by: Michael Tremer --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d77cefa..4faec21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,8 @@ update-po: po/POTFILES.in $(MAKE) -C po update-po po/POTFILES.in: Makefile - find $(abs_srcdir)/src -type f \( -name '*.in' -o -name '*.py' \) \ + find $(abs_srcdir)/src $(abs_srcdir)/tools \ + -type f \( -name '*.in' -o -name '*.py' \) \ \! -exec git check-ignore -q {} \; -print | \ sed -e "s@$(abs_srcdir)/@@g" | LC_ALL=C sort > $@ -- 2.39.5