summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:16:13 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:16:13 +0200
commitb35df772b8bf6a12fba237557c65e5be9740cd14 (patch)
tree3378caa085bb34850c4dc7572cdf86388bf09fe5 /Makefile
parent424e08410b2cdbf963c07cca0834ba66a541b703 (diff)
downloadsmokeping-b35df772b8bf6a12fba237557c65e5be9740cd14.tar.gz
smokeping-b35df772b8bf6a12fba237557c65e5be9740cd14.tar.xz
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 82cc865..b4ecc27 100644
--- a/Makefile
+++ b/Makefile
@@ -161,14 +161,19 @@ smokeping-$(VERSION).tar.gz:
$(PERL) -i~ -p -e 'do { my @d = localtime; my $$d = (1900+$$d[5])."/".(1+$$d[4])."/".$$d[3]; print "$$d -- released version $(VERSION)\n\n" } unless $$done++ || /version $(VERSION)/' CHANGES
svn commit -m "prepare for the release of smokeping-$(VERSION)"
svn export $(SVNREPO)/trunk/software smokeping-$(VERSION)
- rm -rf smokeping-$(VERSION)/qooxdoo
+ rm -rf smokeping-$(VERSION)/qooxdoo/source/class/Smokeping
+ rm -rf smokeping-$(VERSION)/qooxdoo/source/grapher.cgi
+ rm -rf smokeping-$(VERSION)/qooxdoo/source/smokeping.cgi
+ rm -rf smokeping-$(VERSION)/qooxdoo/source/perl/Qooxdoo/Services/Smokeping.pm
(cd smokeping-$(VERSION) && $(MAKE) doc)
- (cd smokeping-$(VERSION)/qooxdoo && $(MAKE) build; \
- 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 && $(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 ..
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)