diff options
author | Will Thompson <will@willthompson.co.uk> | 2018-07-05 09:54:39 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2018-07-05 09:57:39 +0100 |
commit | 2eb3cff63e73794078b15c891d8b8b6354a81086 (patch) | |
tree | 0cbdb6b07c1f52be68e98bf7839bc3898aea1e8c /Makefile | |
parent | 887a8b92580eaf50653162da19bdb8b648a62530 (diff) |
Encourage contributors to use 'stack'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,8 +111,8 @@ maintainer-update-messages-pot: data/org.freedesktop.Bustle.appdata.xml.in --join-existing -o po/messages.pot maintainer-make-release: bustle.cabal dist/build/autogen/version.txt - cabal test - cabal sdist + stack test + stack sdist git tag -s -m 'Bustle '`cat dist/build/autogen/version.txt` \ bustle-`cat dist/build/autogen/version.txt` gpg --detach-sign --armor dist/bustle-`cat dist/build/autogen/version.txt`.tar.gz |