diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 <napcok@gmail.com>' --package-name=mageiawelcome --from-code=UTF-8 --add-comments \ |