summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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