From c3fad903ed660295184a59c627726c6eb52bf497 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Tue, 10 Jun 2008 13:37:37 +0000 Subject: prepare for the release of smokeping-2.4.0 --- Makefile | 7 +++---- 1 file 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) -- cgit v1.2.3-24-g4f1b