summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:06:23 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:06:23 +0100
commitcf006837234c697cb37bd1d2acb6955ac34d513e (patch)
tree69166100017d010cf57df635f8b4b335eb9b7020
parent306b180bcc0469dbafa9ebe27ad517aaf533a1c0 (diff)
downloadsmokeping-cf006837234c697cb37bd1d2acb6955ac34d513e.tar.gz
smokeping-cf006837234c697cb37bd1d2acb6955ac34d513e.tar.xz
prepare for the release of smokeping-2.2.5
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 518f811..145144d 100644
--- a/Makefile
+++ b/Makefile
@@ -153,10 +153,10 @@ 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: commit
+tar: patch 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)
+ (cd smokeping-$(VERSION) && make doc)
+ tar czvf smokeping-$(VERSION).tar.gz --exclude .svn smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)
commit: