From 67081a4ef640897e45ec459162b4911b9270d68a Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Tue, 10 Jun 2008 13:29:06 +0000 Subject: prepare for the release of smokeping-2.4.0 --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8fef4d8..91a92be 100644 --- a/Makefile +++ b/Makefile @@ -167,12 +167,12 @@ smokeping-$(VERSION).tar.gz: rm -rf smokeping-$(VERSION)/qooxdoo/source/perl/Qooxdoo/Services/Smokeping.pm (cd smokeping-$(VERSION) && $(MAKE) doc) (cd smokeping-$(VERSION)/qooxdoo && $(MAKE) build) - cd smokeping-$(VERSION)/qooxdoo - cp build/tr.cgi ../../htdocs/tr.cgi.dist - cp build/index.html ../../htdocs/tr.html - cp -rp build/script ../../htdocs - cp -rp build/resource ../../htdocs - cp -rp build/perl/* ../../lib + ( cd smokeping-$(VERSION)/qooxdoo; \ + cp build/tr.cgi ../../htdocs/tr.cgi.dist;\ + 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 .. -- cgit v1.2.3-24-g4f1b