X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=a2327ddde0be85c268a774f7a0825cda75e9e2a0;hb=2bbf0d040d768659224b298adb51a8bdabe6a5be;hp=1a585c0d9b6cf308ca68432d02c434b872b86a14;hpb=82157c01482605c11449f96b9d72e88ebe04c549;p=dead%2Fhtsn-import.git diff --git a/makefile b/makefile index 1a585c0..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. @@ -52,9 +52,9 @@ clean: runghc Setup.hs clean rm -f *.log rm -f *.xml - rm *.prof rm -rf tmp rm -f schemagen/*.dtd + find ./ -name '*.prof' -delete find ./ -name '*.o' -delete find ./ -name '*.hi' -delete