diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 14:33:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 14:33:38 -0400 |
| commit | 4cb1d017bf8de9a30c28c1bf91b8b57b472a73c0 (patch) | |
| tree | b0d983a6744366164c905414798c423fb7ca64ec | |
| parent | 65b598f6c8083725e43b2cb5c2219b5f52154bdc (diff) | |
| parent | 0f720362b1c18a3824e52961e9f825d8b8cb33db (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,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' | sort > tags 2>/dev/null || true + find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags 2>/dev/null | perl -ne 'print; s/Propellor\.Property\.//; print' | sort > tags || true dist/setup-config: propellor.cabal @if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi |
