]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Drop the overkill CFLAGS.
[dead/htsn.git] / makefile
index 7f9a19952583a4e0bdde1cfbbdc98f52b1e4623f..cb6659191697fc70d77a07df31c1c51a63fc840b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -20,10 +20,10 @@ profile: $(PN).cabal $(SRCS)
 
 doc:
        runghc Setup.hs configure --user --prefix=/
-       runghc Setup.hs hscolour --executables
-       runghc Setup.hs haddock --internal    \
-                               --executables \
-                               --hyperlink-source
+       runghc Setup.hs hscolour --all
+       runghc Setup.hs haddock --all \
+                               --hyperlink-source \
+                               --haddock-options="--ignore-all-exports"
 
 clean:
        runghc Setup.hs clean