summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-05-19 16:52:06 -0400
committerJoey Hess2014-05-19 16:52:06 -0400
commit2e050607079393c3bdac789c0751a203a2a2faf9 (patch)
tree6902d6895afbe88b53fa4b0dbd96295b2f07fe98 /Makefile
parent389aa748d48d7f8a47b9563c4e2e6240dcec6b7b (diff)
sort tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1956e9dc..2f339a89 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ clean:
# duplicate tags with Propellor.Property. removed from the start, as we
# often import qualified by just the module base name.
tags:
- find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags | perl -ne 'print; s/Propellor\.Property\.//; print' > tags 2>/dev/null
+ find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags | perl -ne 'print; s/Propellor\.Property\.//; print' | sort > tags 2>/dev/null
# Upload to hackage.
hackage: