From: Michael Tremer Date: Mon, 7 Apr 2025 09:19:14 +0000 (+0000) Subject: Makefile: Automatically add all tools/ to POTFILE.in X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=349261e217002afbcccbb9974ac78d8eac922ead;p=location%2Flibloc.git Makefile: Automatically add all tools/ to POTFILE.in Signed-off-by: Michael Tremer --- 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 > $@