From 533c753a464a291c07248656e739bdf05c10cb39 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 Apr 2009 20:52:32 +0000 Subject: [PATCH] workaround for hackageupload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a33794837..b0e48debd 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ sdist: cabal sdist hackageupload: - cabal upload dist/hledger-$(VERSION).tar.gz + echo please do: cabal upload dist/hledger-$(VERSION).tar.gz -u UserName -p password # update emacs TAGS file