From 25a57ec7e64f740643f6b7dc2547881b17c4b929 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Nov 2025 17:52:05 +0000 Subject: [PATCH] Makefile: Add target to just update the POT file Signed-off-by: Michael Tremer --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.47.3