X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=makefile;h=7e097877ad6982f435373c986584a91d2fa0e548;hp=7f9a19952583a4e0bdde1cfbbdc98f52b1e4623f;hb=60aea8c7765bf2382b1d24d039f3951e00434e3c;hpb=4833dc57c60f4aeaa160ec5e599507653a47809b diff --git a/makefile b/makefile index 7f9a199..7e09787 100644 --- a/makefile +++ b/makefile @@ -20,10 +20,9 @@ profile: $(PN).cabal $(SRCS) doc: 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 \ + --haddock-options="--ignore-all-exports" clean: runghc Setup.hs clean