]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - makefile
Un-haddock two comments that wound up in the wrong place due to template haskell.
[dead/htsn-import.git] / makefile
index df34c79710162399f5bc13263f6624b0708f2d76..a2327ddde0be85c268a774f7a0825cda75e9e2a0 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,10 +16,10 @@ profile: $(PN).cabal $(SRCS)
 
 doc: $(PN).cabal $(SRCS)
        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"
 
 #
 # Testing.