summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--po/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cdb2bf4..151183b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ install: version
dir:
mkdir $(PACKAGE)-$(VERSION)
+dist: tar
+
localcopy: dir
tar c --exclude=.git $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
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 \