summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-29 00:17:14 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-29 00:17:14 +0100
commitbf38cbffc3460a4dd1a0a9c411c9aba421e99e1d (patch)
treea7b188261a26d8393ee3b604befc0e37ec293b84 /Makefile
parent07608687a2dac998c782608cf230f0b019c8f8e9 (diff)
downloadsmokeping-bf38cbffc3460a4dd1a0a9c411c9aba421e99e1d.tar.gz
smokeping-bf38cbffc3460a4dd1a0a9c411c9aba421e99e1d.tar.xz
prepare for the release of smokeping-2.2.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d8aac3..ce2d306 100644
--- a/Makefile
+++ b/Makefile
@@ -154,9 +154,9 @@ smokeping-$(VERSION).tar.gz:
$(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
svn commit -m "prepare for the release of smokeping-$(VERSION)"
- svn checkout $(SVNREPO)/trunk/software smokeping-$(VERSION)
+ svn export $(SVNREPO)/trunk/software smokeping-$(VERSION)
(cd smokeping-$(VERSION) && make doc)
- tar czvf smokeping-$(VERSION).tar.gz --exclude .svn smokeping-$(VERSION)
+ tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)
dist: smokeping-$(VERSION).tar.gz