]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - makefile
Ignore export lists for docs.
[dead/htsn-import.git] / makefile
index e15a4e462c1b516e2b62dd8feddad239a220b4ca..a2327ddde0be85c268a774f7a0825cda75e9e2a0 100644 (file)
--- a/makefile
+++ b/makefile
@@ -18,7 +18,8 @@ doc: $(PN).cabal $(SRCS)
        runghc Setup.hs configure --user --prefix=/
        runghc Setup.hs hscolour --all
        runghc Setup.hs haddock --all    \
-                               --hyperlink-source
+                               --hyperlink-source \
+                                --haddock-options="--ignore-all-exports"
 
 #
 # Testing.