summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-09-10 11:48:58 -0400
committerJoey Hess2016-09-10 11:48:58 -0400
commit9cb08d0cb6b3588440afb26b6d34bc42c4709f51 (patch)
tree80695baa1e9090c663450515ce2d30b49ca97c08
parentd150f8d49aaba0098696c0458cc3f47431f71e2d (diff)
remove hackage target, not used any more by my release script
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a9ad2b84..4ae11991 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,4 @@ dist/setup-config: propellor.cabal
propellor.1: doc/usage.mdwn doc/mdwn2man
doc/mdwn2man propellor 1 < doc/usage.mdwn > propellor.1
-# Upload to hackage.
-hackage:
- @cabal sdist
- @cabal upload dist/*.tar.gz
-
.PHONY: tags