summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:14:06 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:14:06 +0100
commit9f82cdecb8422667ca6477c4776a7a050e2c06ff (patch)
tree8d33bd7ec944e63514e70073b58d27b6a7da56c3 /Makefile
parent05deed3f20a37849eddb1805a39a1c9730eead52 (diff)
downloadsmokeping-9f82cdecb8422667ca6477c4776a7a050e2c06ff.tar.gz
smokeping-9f82cdecb8422667ca6477c4776a7a050e2c06ff.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 dca438b..a2a9649 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ killdoc:
doc: killdoc ref examples man html txt rename-man
# patch first so Smokeping.pm is older than smokeping_config.pod in the tarball
-smokeping-$(VERSION).tar.gz: patch commit
+smokeping-2.2.6.tar.gz: patch commit
svn checkout $(SVNREPO)/trunk/software smokeping-$(VERSION)
(cd smokeping-$(VERSION) && make doc)
tar czvf smokeping-$(VERSION).tar.gz --exclude .svn smokeping-$(VERSION)
@@ -162,7 +162,7 @@ smokeping-$(VERSION).tar.gz: patch commit
commit:
svn commit -m "prepare for the release of smokeping-$(VERSION)"
-dist: smokeping-$(VERSION).tar.gz
+dist: smokeping-2.2.6.tar.gz
scp CHANGES smokeping-$(VERSION).tar.gz oposs@oss.oetiker.ch:public_html/smokeping/pub/
tag: dist