summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-29 00:23:17 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-29 00:23:17 +0100
commitec431db3b0948bb8f4400d611325ce0b0495a3ad (patch)
treedbfda3660039ba93ccb36f8a18a4708bfeebdc30 /Makefile
parentbf38cbffc3460a4dd1a0a9c411c9aba421e99e1d (diff)
downloadsmokeping-ec431db3b0948bb8f4400d611325ce0b0495a3ad.tar.gz
smokeping-ec431db3b0948bb8f4400d611325ce0b0495a3ad.tar.xz
make sure we got the changes in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce2d306..69f4d0b 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ smokeping-$(VERSION).tar.gz:
$(PERL) -i~ -p -e 'do { my @d = localtime; my $$d = (1900+$$d[5])."/".(1+$$d[4])."/".$$d[3]; print "$$d -- released version $(VERSION)\n\n" } unless $$done++ || /version $(VERSION)/' CHANGES
svn commit -m "prepare for the release of smokeping-$(VERSION)"
svn export $(SVNREPO)/trunk/software smokeping-$(VERSION)
- (cd smokeping-$(VERSION) && make doc)
+ (cd smokeping-$(VERSION) && $(MAKE) doc)
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)