add hackage target

This commit is contained in:
Joey Hess 2012-01-13 15:08:28 -04:00
parent 66aac77467
commit 9ad52ef67c

View file

@ -100,4 +100,8 @@ sdist: clean
@cabal sdist
@mv git-annex.cabal.orig git-annex.cabal
# Upload to hackage.
hackage: sdist
@cabal upload dist/*.tar.gz
.PHONY: $(bins) test install