diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:29:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:29:06 +0200 |
commit | 67081a4ef640897e45ec459162b4911b9270d68a (patch) | |
tree | 91d268d054eb900d1f417d27974cebac66430267 /Makefile | |
parent | 437c288690b3a0db6957edf06e5b4f5e7eb07e72 (diff) | |
download | smokeping-67081a4ef640897e45ec459162b4911b9270d68a.tar.gz smokeping-67081a4ef640897e45ec459162b4911b9270d68a.tar.xz |
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-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)/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 .. |