diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:12:32 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:12:32 +0100 |
commit | e2c7e39802934501cb2f01b864b5fa1f52cc969f (patch) | |
tree | f276aee087e5c545dba7499314be281201a84788 /Makefile | |
parent | 0cd23826de9b7549c845f7e44203ae037a1c44c1 (diff) | |
download | smokeping-e2c7e39802934501cb2f01b864b5fa1f52cc969f.tar.gz smokeping-e2c7e39802934501cb2f01b864b5fa1f52cc969f.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 -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 |