summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 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)