From fb9cfb9f299e4503bea915c17066536b6345c044 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Fri, 14 Jul 2023 11:01:27 +0200 Subject: Reverse previous commit to add dist option in the main Makefile --- po/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 87e3c9d..d85ba14 100644 --- a/po/Makefile +++ b/po/Makefile @@ -13,9 +13,6 @@ clean: rm -rf $$lang;\ done -dist: tar -tar: - git archive --prefix $(PACKAGE_NAME)-$(VERSION)/ $(VERSION) | xz -9 > $(PACKAGE_NAME)-$(VERSION).tar.xz pot: cat ../usr/share/applications/$(PACKAGE_NAME).desktop.in | grep _ | cut -d "=" --fields=2 | sed 's|^|_("|g' | sed 's|$$|")|g' > ../usr/share/applications/$(PACKAGE_NAME).desktop.tmp xgettext --copyright-holder='Daniel Napora ' --package-name=mageiawelcome --from-code=UTF-8 --add-comments \ -- cgit v1.2.1