From 9ad52ef67ccf42654110cde6735409c75fdc1daf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Jan 2012 15:08:28 -0400 Subject: add hackage target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 93d4567ec..c7e5e5e12 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3