summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:17:45 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:17:45 +0200
commit3e3229ba507fed2d6b2a48a4cb999a73e35ee433 (patch)
treee922639d13d0494c46716016029b1f60ea169b8c /Makefile
parentb35df772b8bf6a12fba237557c65e5be9740cd14 (diff)
downloadsmokeping-3e3229ba507fed2d6b2a48a4cb999a73e35ee433.tar.gz
smokeping-3e3229ba507fed2d6b2a48a4cb999a73e35ee433.tar.xz
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4ecc27..c3e9624 100644
--- a/Makefile
+++ b/Makefile
@@ -173,6 +173,8 @@ smokeping-$(VERSION).tar.gz:
cp -rp build/script htdocs
cp -rp build/resource htdocs
cp -rp build/perl/* lib
+ make clean
+ rm -rf build
cd ..
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)