sort tags
This commit is contained in:
parent
389aa748d4
commit
2e05060707
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in New Issue