summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-07-14 11:01:27 +0200
committerPapoteur <papoteur@mageia.org>2023-07-14 11:01:27 +0200
commitfb9cfb9f299e4503bea915c17066536b6345c044 (patch)
treee14290a13603c5c8a2d88c0d9557bb844300e7c6
parent55ba565654bf6bd7c832565f26a41d936123f67e (diff)
downloadmageiawelcome-fb9cfb9f299e4503bea915c17066536b6345c044.tar
mageiawelcome-fb9cfb9f299e4503bea915c17066536b6345c044.tar.gz
mageiawelcome-fb9cfb9f299e4503bea915c17066536b6345c044.tar.bz2
mageiawelcome-fb9cfb9f299e4503bea915c17066536b6345c044.tar.xz
mageiawelcome-fb9cfb9f299e4503bea915c17066536b6345c044.zip
Reverse previous commit to add dist option in the main Makefile
-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 \