summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-01-23 17:26:07 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-01-23 17:26:07 +0100
commit69390f906f4ea56781db63a68ddb416e8d42009b (patch)
tree6ab76d73101cddfd9bf4d944bfbb7cf2936c34fd /Makefile
parent8f75cc658717b4409d2eb3c37f6704c7f9d84e59 (diff)
downloadsmokeping-69390f906f4ea56781db63a68ddb416e8d42009b.tar.gz
smokeping-69390f906f4ea56781db63a68ddb416e8d42009b.tar.xz
prepare for the release of smokeping-2.3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4771764..7e7b53f 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,7 @@ 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
(cd smokeping-$(VERSION) && $(MAKE) doc)
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)