summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.tklauser.home>2006-07-08 15:27:30 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-07-08 15:27:30 +0200
commitebae85d5020d6fd1edecfb77188f2e8448b0650e (patch)
tree4a4a1fbe818fa9bc07d79ae53bd04bef102316fa
parent42520c8ff9a98c2ee9ba16e1bbea14ab4e05f3f1 (diff)
Create tarballs in parent directory on 'make release'
-rw-r--r--Makefile5
1 files 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