X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=cb6659191697fc70d77a07df31c1c51a63fc840b;hb=53bcd4803997906549f39447b427a505ba8e1b9d;hp=7f9a19952583a4e0bdde1cfbbdc98f52b1e4623f;hpb=85952e8f3b018233ef3aff980219d8e97f5e31ba;p=dead%2Fhtsn.git diff --git a/makefile b/makefile index 7f9a199..cb66591 100644 --- a/makefile +++ b/makefile @@ -20,10 +20,10 @@ 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 \ + --hyperlink-source \ + --haddock-options="--ignore-all-exports" clean: runghc Setup.hs clean