]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Ignore export lists for docs.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 14 Jan 2014 10:50:55 +0000 (05:50 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 14 Jan 2014 10:50:55 +0000 (05:50 -0500)
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.