From: Diego Elio Pettenò Date: Sat, 12 May 2012 16:57:43 +0000 (-0700) Subject: Remove dist-generation rule from Makefile. X-Git-Tag: hwids-20120512~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6423da05b8f62f4002a47f1e124f151d242f57de;p=oweals%2Fhwids.git Remove dist-generation rule from Makefile. Instead of creating tarballs, simply use those provided by GitHub on tags from now on. --- diff --git a/Makefile b/Makefile index a27933b..9a59ded 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,5 @@ fetch: PV ?= $(shell date +%Y%m%d) P = hwids-$(PV) -dist: $(P).tar.xz - -$(P).tar.xz: +tag: git tag $(P) - git archive --prefix=$(P)/ $(P) | xz -9e > $(P).tar.xz