summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)