diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:05:03 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:05:03 +0100 |
commit | 306b180bcc0469dbafa9ebe27ad517aaf533a1c0 (patch) | |
tree | 47b28d0bf7dee1a7faf6bcd15b01c62cd0c6f227 /Makefile | |
parent | c000f6f0d252f523897bb70eab4f3b102d0b7428 (diff) | |
download | smokeping-306b180bcc0469dbafa9ebe27ad517aaf533a1c0.tar.gz smokeping-306b180bcc0469dbafa9ebe27ad517aaf533a1c0.tar.xz |
prepare for the release of smokeping-2.2.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -153,8 +153,9 @@ 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 doc commit - svn checkout $(SVNREPO)/software/trunk smokeping-$(VERSION) +tar: commit + svn checkout $(SVNREPO)/trunk/software smokeping-$(VERSION) + (cd smokeping-$(VERSION) && make patch && make doc) tar --exclude .svn czvf smokeping-$(VERSION).tar.gz smokeping-$(VERSION) rm -rf smokeping-$(VERSION) |