summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:05:03 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:05:03 +0100
commit306b180bcc0469dbafa9ebe27ad517aaf533a1c0 (patch)
tree47b28d0bf7dee1a7faf6bcd15b01c62cd0c6f227 /Makefile
parentc000f6f0d252f523897bb70eab4f3b102d0b7428 (diff)
downloadsmokeping-306b180bcc0469dbafa9ebe27ad517aaf533a1c0.tar.gz
smokeping-306b180bcc0469dbafa9ebe27ad517aaf533a1c0.tar.xz
prepare for the release of smokeping-2.2.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 025d136..518f811 100644
--- a/Makefile
+++ b/Makefile
@@ -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)