X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=e15a4e462c1b516e2b62dd8feddad239a220b4ca;hb=1f260c118e8da5679820c8cfa489d8fe4a521140;hp=1a585c0d9b6cf308ca68432d02c434b872b86a14;hpb=82157c01482605c11449f96b9d72e88ebe04c549;p=dead%2Fhtsn-import.git diff --git a/makefile b/makefile index 1a585c0..e15a4e4 100644 --- a/makefile +++ b/makefile @@ -16,9 +16,8 @@ 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 \ + runghc Setup.hs hscolour --all + runghc Setup.hs haddock --all \ --hyperlink-source # @@ -52,9 +51,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