summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:37:37 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:37:37 +0200
commitc3fad903ed660295184a59c627726c6eb52bf497 (patch)
treee766994e22032849d7f92cfee04be251e5db5043 /Makefile
parent67081a4ef640897e45ec459162b4911b9270d68a (diff)
downloadsmokeping-c3fad903ed660295184a59c627726c6eb52bf497.tar.gz
smokeping-c3fad903ed660295184a59c627726c6eb52bf497.tar.xz
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 91a92be..e45325a 100644
--- a/Makefile
+++ b/Makefile
@@ -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)