diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-01-21 15:42:52 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-01-21 15:42:52 +0100 |
commit | 7aeb8276e9da1039f6bb633097049b6a4a47f72a (patch) | |
tree | f77f506c56814e9597aeabcb508376b8f269e29d | |
parent | 23bc79d0376d166faeaf05b0433510d8fcc2febf (diff) |
Makefile: Correct verison for target release
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.* |