summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-13 20:43:25 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-13 20:43:25 +0200
commit64d0fc90d7df5a188a5ce9ed9cd562f76d7b139f (patch)
tree0af646d9dc2ebdb236eb467b2a63560298135959 /Makefile
parentbd16c367fc755f976fa9c0febca9ede065b61f2f (diff)
downloadsmokeping-64d0fc90d7df5a188a5ce9ed9cd562f76d7b139f.tar.gz
smokeping-64d0fc90d7df5a188a5ce9ed9cd562f76d7b139f.tar.xz
prepare for the release of smokeping-2.4.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ec085c..c4a5b38 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,7 @@ smokeping-$(VERSION).tar.gz:
$(PERL) -i~ -p -e 's/VERSION="\d.*?"/VERSION="$(NUMVERSION)"/' lib/Smokeping.pm
$(PERL) -i~ -p -e 's/Smokeping \d.*?;/Smokeping $(NUMVERSION);/' bin/smokeping.dist htdocs/smokeping.cgi.dist bin/tSmoke.dist
$(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
+ $(PERL) -i~ -p -e "s/Atom\('SmokeTrace \S+?'/Atom('SmokeTrace "$(VERSION)"')/" qooxdoo/source/class/Tr/Application.js
svn commit -m "prepare for the release of smokeping-$(VERSION)"
svn export $(SVNREPO)/trunk/software smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)/qooxdoo/source/class/Smokeping
@@ -175,7 +176,6 @@ smokeping-$(VERSION).tar.gz:
cp -rp build/perl/* ../lib;\
make clean; \
rm -rf build)
- $(PERL) -i -p -e 's/SmokeTrace VERSION/SmokeTrace $(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)