summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-03-22 21:12:04 +0000
committerWill Thompson <will@willthompson.co.uk>2015-03-22 21:15:13 +0000
commite46d9fdb524de2844e85699b42e70a69491f1d65 (patch)
treea56c5bd1628d8967b80607cb5b319982a05edaab /Makefile
parent3986da989221a3d9319495ed9231dcf08a4813a9 (diff)
maintainer-make-releasebustle-0.4.8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2363264..918aa3c 100644
--- a/Makefile
+++ b/Makefile
@@ -112,3 +112,10 @@ maintainer-binary-tarball: all
maintainer-update-messages-pot:
find Bustle -name '*.hs' -print0 | xargs -0 hgettext -k __ -o po/messages.pot
+
+maintainer-make-release: bustle.cabal
+ cabal test
+ cabal sdist
+ git tag -s -m 'Bustle '`perl -nle 'm/^Version:\s+(.*)$$/ and print qq($$1)' bustle.cabal` \
+ bustle-`perl -nle 'm/^Version:\s+(.*)$$/ and print qq($$1)' bustle.cabal`
+ make maintainer-binary-tarball