X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=makefile;h=850626fdc4261e8c46133b28d1c1fd3dd07baa50;hp=367819017a7f02c93d7bc754888fe40906413c58;hb=0d037f5f0829d9ee7fcccc58570305623665f52e;hpb=a5e5875847e38a2cd4086c5b1a8bcb6af8f29d1b diff --git a/makefile b/makefile index 3678190..850626f 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ BIN = dist/build/spline3/spline3 DOCTESTS_BIN = dist/build/doctests/doctests TESTSUITE_BIN = dist/build/testsuite/testsuite -.PHONY : test publish_doc doc src_html hlint +.PHONY : test publish_doc doc dist hlint $(BIN): src/*.hs runghc Setup.hs clean @@ -36,8 +36,9 @@ clean: test: $(BIN) $(DOCTESTS_BIN) $(TESTSUITE_BIN) runghc Setup.hs test -src_html: - util/hscolour_srcs +dist: + runghc Setup.hs configure + runghc Setup.hs sdist # Neither 'haddock' nor 'hscolour' seem to work properly. doc: src/*.hs