Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2020-05-31 23:05:52 +0200
committerDavid Runge <dvzrv@archlinux.org>2020-05-31 23:05:52 +0200
commit0868662fa87688651082535801d2bc9310c50fbe (patch)
treeeb88306d2febf40963c621de9d92caef61c20c56 /Makefile
parent5c5a161c22acdae76c60d483400cfb33e4c89fb2 (diff)
Removing dist target
Makefile: Removing the dist target. It requires to increment a number on each release. This workflow can be entirely circumvented by signed commit tags and using those for packaging.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 210d8cc..6b479f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-V=43
-
INSTALL_FILES=$(wildcard archiso/initcpio/install/*)
HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*)
SCRIPT_FILES=$(wildcard archiso/initcpio/script/*)
@@ -34,8 +32,4 @@ install-doc:
install -d $(DOC_DIR)
install -m 644 -t $(DOC_DIR) $(DOC_FILES)
-dist:
- git archive --format=tar --prefix=archiso-$(V)/ v$(V) | gzip -9 > archiso-$(V).tar.gz
- gpg --detach-sign --use-agent archiso-$(V).tar.gz
-
-.PHONY: install install-program install-initcpio install-examples install-doc dist
+.PHONY: install install-program install-initcpio install-examples install-doc