X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=makefile;h=69ab48da868135449a441e044dbc5511ba0bf570;hp=9a1337225a32b22b7e4f2fe014495b56271c2c45;hb=5db94027e469f1187c33fbc64e3336cee0703742;hpb=7992822de9d00f1a4c19bc2ef86e9deefc23da52 diff --git a/makefile b/makefile index 9a13372..69ab48d 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -.PHONY : test publish_doc doc src_html hlint +.PHONY : test dist # There's onlt one '$' in the awk script, but we have to double-money # it for make. @@ -25,12 +25,9 @@ clean: install: $(BIN) runghc Setup.hs install -# Neither 'haddock' nor 'hscolour' seem to work properly. -doc: src_html - runghc Setup.hs hscolour --executables - runghc Setup.hs haddock --internal \ - --executables \ - --hyperlink-source +dist: + runghc Setup.hs configure + runghc Setup.hs sdist test: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test