]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Bump to v0.1.1 and allow >= network-2.6.
[dead/htsn.git] / makefile
index 7e097877ad6982f435373c986584a91d2fa0e548..0c0048ece689489d14b184293ad271138cdae740 100644 (file)
--- a/makefile
+++ b/makefile
@@ -22,6 +22,7 @@ doc:
        runghc Setup.hs configure --user --prefix=/
        runghc Setup.hs hscolour --all
        runghc Setup.hs haddock --all \
+                               --hyperlink-source \
                                --haddock-options="--ignore-all-exports"
 
 clean:
@@ -39,7 +40,7 @@ test: $(BIN) $(TESTSUITE_BIN)
 
 dist:
        runghc Setup.hs configure --prefix=/
-       runghc Setup.hs sdist
+       TAR_OPTIONS="--format=ustar" runghc Setup.hs sdist
 
 hlint:
        hlint --ignore="Use camelCase"     \