summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-01-21 15:42:52 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-01-21 15:42:52 +0100
commit7aeb8276e9da1039f6bb633097049b6a4a47f72a (patch)
treef77f506c56814e9597aeabcb508376b8f269e29d
parent23bc79d0376d166faeaf05b0433510d8fcc2febf (diff)
Makefile: Correct verison for target release
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aeaed4c..5895c63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile for inotail
#
-# Copyright (C) 2006, 2007 Tobias Klauser <tklauser@distanz.ch>
+# Copyright (C) 2006-2007 Tobias Klauser <tklauser@distanz.ch>
#
# Licensed under the terms of the GNU General Public License; version 2 or later.
@@ -39,8 +39,8 @@ cscope:
cscope -b
release:
- git-archive --format=tar --prefix=inotail-0.2/ HEAD | gzip -9v > ../inotail-$(VERSION).tar.gz
- git-archive --format=tar --prefix=inotail-0.2/ HEAD | bzip2 -9v > ../inotail-$(VERSION).tar.bz2
+ git-archive --format=tar --prefix=inotail-$(VERSION)/ HEAD | gzip -9v > ../inotail-$(VERSION).tar.gz
+ git-archive --format=tar --prefix=inotail-$(VERSION)/ HEAD | bzip2 -9v > ../inotail-$(VERSION).tar.bz2
clean:
rm -f inotail *.o cscope.*