diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:14:06 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:14:06 +0100 |
commit | 9f82cdecb8422667ca6477c4776a7a050e2c06ff (patch) | |
tree | 8d33bd7ec944e63514e70073b58d27b6a7da56c3 /Makefile | |
parent | 05deed3f20a37849eddb1805a39a1c9730eead52 (diff) | |
download | smokeping-9f82cdecb8422667ca6477c4776a7a050e2c06ff.tar.gz smokeping-9f82cdecb8422667ca6477c4776a7a050e2c06ff.tar.xz |
prepare for the release of smokeping-2.2.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |