From: Michael Tremer Date: Sat, 22 Nov 2025 17:52:05 +0000 (+0000) Subject: Makefile: Add target to just update the POT file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25a57ec7e64f740643f6b7dc2547881b17c4b929;p=ddns.git Makefile: Add target to just update the POT file Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index fc119b8..e5f95f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ noinst_DATA = @INTLTOOL_POLICY_RULE@ -.PHONY: update-po -update-po: - $(MAKE) -C po update-po +.PHONY: update-pot +update-pot: + $(MAKE) -C po $(GETTEXT_PACKAGE).pot DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)