summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-09-26 20:42:02 +0200
committerNiko Tyni <ntyni@iki.fi>2005-09-26 20:42:02 +0200
commitbf49085b6ef259192f6b012ad1d83e5c4cb7edd0 (patch)
treebace29fd7e0d9a4a0ee3a71e20b8376d428c594e
parent87c25cbf644b899547ace009c7bec7b6922cc5cd (diff)
downloadsmokeping-bf49085b6ef259192f6b012ad1d83e5c4cb7edd0.tar.gz
smokeping-bf49085b6ef259192f6b012ad1d83e5c4cb7edd0.tar.xz
* (trunk/)
Makefile: + move the 'svn commit' command to its own target 'commit'
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 155d925..3981cc8 100644
--- a/Makefile
+++ b/Makefile
@@ -149,9 +149,11 @@ tar: patch doc
-ln -s . smokeping-$(VERSION)
find smokeping-$(VERSION)/* -type f -follow -o -type l | egrep -v '$(IGNORE)' | gtar -T - -czvf smokeping-$(VERSION).tar.gz
rm smokeping-$(VERSION)
-
-dist: tar
+
+commit:
svn commit -m "prepare for the release of smokeping-$(VERSION)"
+
+dist: tar commit
mv smokeping-$(VERSION).tar.gz /home/oetiker/public_html/webtools/smokeping/pub/
cp CHANGES /home/oetiker/public_html/webtools/smokeping/pub/CHANGES