From ebae85d5020d6fd1edecfb77188f2e8448b0650e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 8 Jul 2006 15:27:30 +0200 Subject: Create tarballs in parent directory on 'make release' --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index af0d8c9..4052a30 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,10 @@ cscope: cscope -b release: - git-tar-tree HEAD inotail-$(VERSION) | gzip -9v > inotail-$(VERSION).tar.gz - git-tar-tree HEAD inotail-$(VERSION) | bzip2 -9v > inotail-$(VERSION).tar.bz2 + git-tar-tree HEAD inotail-$(VERSION) | gzip -9v > ../inotail-$(VERSION).tar.gz + git-tar-tree HEAD inotail-$(VERSION) | bzip2 -9v > ../inotail-$(VERSION).tar.bz2 clean: rm -f *.o rm -f $(PROGRAMS) rm -f cscope.out - rm -f *.bz2 *.gz -- cgit v1.2.3-54-g00ecf