From 20b89c1b5a79238743c0b89dd817bce91ce0483d Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Thu, 29 Mar 2012 17:12:26 +0800 Subject: remove tests directory for dist in Makefile Signed-off-by: Gui Chen --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0af178b..e630bd9 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ dist-common: man git archive --format=tar --prefix=$(PKGNAME)-$(TAGVER)/ $(TAG) | tar xpf - git show $(TAG) --oneline | head -1 > $(PKGNAME)-$(TAGVER)/commit-id mkdir $(PKGNAME)-$(TAGVER)/doc; mv mic.1 $(PKGNAME)-$(TAGVER)/doc + rm -rf $(PKGNAME)-$(TAGVER)/tests dist-bz2: dist-common tar jcpf $(PKGNAME)-$(TAGVER).tar.bz2 $(PKGNAME)-$(TAGVER) -- cgit v1.2.3