X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=850626fdc4261e8c46133b28d1c1fd3dd07baa50;hb=b494ff845304fe1f255130539e271e6bfc2a5d3e;hp=367819017a7f02c93d7bc754888fe40906413c58;hpb=a5e5875847e38a2cd4086c5b1a8bcb6af8f29d1b;p=spline3.git 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