From 306b180bcc0469dbafa9ebe27ad517aaf533a1c0 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Sun, 28 Oct 2007 12:05:03 +0000 Subject: prepare for the release of smokeping-2.2.5 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3-24-g4f1b