summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-31 18:46:18 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-31 18:46:18 -0400
commit7d7f93302c72cbe1a16598b0c90a49c10aaf3669 (patch)
tree9b26a6968ea97f0cbd3c2ae302fc2e9697720548
parentc80dce468b0660387e71e66743920b284c04f720 (diff)
downloadgit-repair-7d7f93302c72cbe1a16598b0c90a49c10aaf3669.tar.gz
removed hackage target, not used now
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 19312be..f4acea5 100644
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,6 @@ clean:
find . -name \*.o -exec rm {} \;
find . -name \*.hi -exec rm {} \;
-# Upload to hackage.
-hackage: clean
- @cabal sdist
- @cabal upload dist/*.tar.gz
-
# hothasktags chokes on some template haskell etc, so ignore errors
tags:
(for f in $$(find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$'); do hothasktags -c --cpp -c -traditional -c --include=dist/build/autogen/cabal_macros.h $$f; done) 2>/dev/null | sort > tags