summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:12:32 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:12:32 +0100
commite2c7e39802934501cb2f01b864b5fa1f52cc969f (patch)
treef276aee087e5c545dba7499314be281201a84788 /Makefile
parent0cd23826de9b7549c845f7e44203ae037a1c44c1 (diff)
downloadsmokeping-e2c7e39802934501cb2f01b864b5fa1f52cc969f.tar.gz
smokeping-e2c7e39802934501cb2f01b864b5fa1f52cc969f.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 56ee8b0..699d5e6 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
-tar: patch commit
+smokeping-$(VERSION).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 @@ tar: patch commit
commit:
svn commit -m "prepare for the release of smokeping-$(VERSION)"
-dist: tar
+dist: smokeping-$(VERSION).tar.gz
scp CHANGES smokeping-$(VERSION).tar.gz oposs@oss.oetiker.ch:public_html/smokeping/pub/
tag: dist