"make send" to send unpushed patches to the hledger mail list

(doesn't set --in-reply-to)
This commit is contained in:
Simon Michael 2009-01-25 07:48:41 +00:00
parent f807c0f095
commit 664ba2fbc9

View File

@ -48,6 +48,9 @@ sampleledgers:
# ghc -e 'putStr $$ unlines $$ replicate 10000 "!include sample.ledger"' >sample10000.ledger
# ghc -e 'putStr $$ unlines $$ replicate 100000 "!include sample.ledger"' >sample10000.ledger
send:
darcs send http://joyful.com/repos/hledger --to=hledger@googlegroups.com --edit-description
VERSION=`egrep 'version *=' Options.hs | perl -pe 's/.*"(.*?)"/\1/'`
release:
cabal sdist && darcs tag $(VERSION) && cabal upload dist/hledger-$(VERSION).tar.gz