X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=a2327ddde0be85c268a774f7a0825cda75e9e2a0;hb=df558b9603fa5156cf64de856f0be89f396c6deb;hp=e15a4e462c1b516e2b62dd8feddad239a220b4ca;hpb=9d2fd74804d0b7720fd8d0b68beafc6c2777c5d1;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.