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