]> git.ipfire.org Git - ddns.git/commitdiff
Makefile: Add target to just update the POT file
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Nov 2025 17:52:05 +0000 (17:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Nov 2025 17:52:05 +0000 (17:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index fc119b82311dadd21805d702d39522bf2f0d480b..e5f95f807bf9dcf4f5233e39bb867e3d410c10af 100644 (file)
@@ -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)