diff options
author | Will Thompson <will@willthompson.co.uk> | 2015-03-22 21:12:04 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2015-03-22 21:15:13 +0000 |
commit | e46d9fdb524de2844e85699b42e70a69491f1d65 (patch) | |
tree | a56c5bd1628d8967b80607cb5b319982a05edaab /Makefile | |
parent | 3986da989221a3d9319495ed9231dcf08a4813a9 (diff) |
maintainer-make-releasebustle-0.4.8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |