diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:20:41 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:20:41 +0200 |
commit | 437c288690b3a0db6957edf06e5b4f5e7eb07e72 (patch) | |
tree | a4066049620940b936631e30637414e38b717c53 | |
parent | 3e3229ba507fed2d6b2a48a4cb999a73e35ee433 (diff) | |
download | smokeping-437c288690b3a0db6957edf06e5b4f5e7eb07e72.tar.gz smokeping-437c288690b3a0db6957edf06e5b4f5e7eb07e72.tar.xz |
prepare for the release of smokeping-2.4.0
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 .. |