From 69390f906f4ea56781db63a68ddb416e8d42009b Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 23 Jan 2008 16:26:07 +0000 Subject: prepare for the release of smokeping-2.3.0 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3-24-g4f1b