]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - makefile
Define an export list in Misc, clean up imports.
[spline3.git] / makefile
index 367819017a7f02c93d7bc754888fe40906413c58..850626fdc4261e8c46133b28d1c1fd3dd07baa50 100644 (file)
--- 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