From 927ab4ea7236153801e7b718f9cf698db5bb2617 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 21 Jan 2024 13:51:56 +0000 Subject: Fix makefiles and update NEWS for i18n support. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 394163f..5beab6c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: install -m 0644 qarepo.desktop $(DESTDIR)/usr/share/applications install -m 0644 org.mageia.qarepo-helper.policy $(DESTDIR)/usr/share/polkit-1/actions install -m 0644 org.mageia.qarepo-helper.rules $(DESTDIR)/usr/share/polkit-1/rules.d - make -c po install + make -C po install dist: @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; -- cgit v1.2.1