From d7f133798b74d64174c4787e807c958e423e9437 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:18:35 +0100 Subject: dis => dist this is the standard rule name we use everywhere else... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 169e34d..5078b10 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ install: install -m644 $(wildcard data/icons/*.png) $(ICONSDIR) for d in $(SUBDIRS); do make -C $$d $@; done -dis: +dist: rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar* @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; -- cgit v1.2.1