Remove dist-generation rule from Makefile.
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sat, 12 May 2012 16:57:43 +0000 (09:57 -0700)
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sat, 12 May 2012 16:57:43 +0000 (09:57 -0700)
Instead of creating tarballs, simply use those provided by GitHub on
tags from now on.

Makefile

index a27933b146c79d512b4c7119f11bbee3ba109b89..9a59ded32d17342e646e6514367ec87c035d8871 100644 (file)
--- 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