summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:29:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:29:06 +0200
commit67081a4ef640897e45ec459162b4911b9270d68a (patch)
tree91d268d054eb900d1f417d27974cebac66430267
parent437c288690b3a0db6957edf06e5b4f5e7eb07e72 (diff)
downloadsmokeping-67081a4ef640897e45ec459162b4911b9270d68a.tar.gz
smokeping-67081a4ef640897e45ec459162b4911b9270d68a.tar.xz
prepare for the release of smokeping-2.4.0
-rw-r--r--Makefile12
1 files 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 ..