diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:37:37 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:37:37 +0200 |
commit | c3fad903ed660295184a59c627726c6eb52bf497 (patch) | |
tree | e766994e22032849d7f92cfee04be251e5db5043 | |
parent | 67081a4ef640897e45ec459162b4911b9270d68a (diff) | |
download | smokeping-c3fad903ed660295184a59c627726c6eb52bf497.tar.gz smokeping-c3fad903ed660295184a59c627726c6eb52bf497.tar.xz |
prepare for the release of smokeping-2.4.0
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -172,10 +172,9 @@ smokeping-$(VERSION).tar.gz: cp build/index.html ../../htdocs/tr.html;\ cp -rp build/script ../../htdocs;\ cp -rp build/resource ../../htdocs;\ - cp -rp build/perl/* ../../lib ) - make clean - rm -rf build - cd .. + cp -rp build/perl/* ../../lib;\ + make clean;\ + rm -rf build) tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION) rm -rf smokeping-$(VERSION) |