summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:20:41 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:20:41 +0200
commit437c288690b3a0db6957edf06e5b4f5e7eb07e72 (patch)
treea4066049620940b936631e30637414e38b717c53 /Makefile
parent3e3229ba507fed2d6b2a48a4cb999a73e35ee433 (diff)
downloadsmokeping-437c288690b3a0db6957edf06e5b4f5e7eb07e72.tar.gz
smokeping-437c288690b3a0db6957edf06e5b4f5e7eb07e72.tar.xz
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c3e9624..8fef4d8 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)
- 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 ..