X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=a2327ddde0be85c268a774f7a0825cda75e9e2a0;hb=ea83c59276daa4b9db5a50de0aaa564130a93d40;hp=e15a4e462c1b516e2b62dd8feddad239a220b4ca;hpb=1f260c118e8da5679820c8cfa489d8fe4a521140;p=dead%2Fhtsn-import.git diff --git a/makefile b/makefile index e15a4e4..a2327dd 100644 --- 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.