]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - makefile
makefile: rename the test target to "check" as in autotools.
[haeredes.git] / makefile
index b64a42da1eb2e36f129ec1edfe628c52a2faa3ea..f67f8a5624ef210a2f3dab64c9505066988e373d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -9,7 +9,6 @@ $(BIN): $(PN).cabal $(SRCS)
        runghc Setup.hs build
 
 doc: $(PN).cabal $(SRCS)
-       runghc Setup.hs hscolour --all
        runghc Setup.hs haddock  --all \
                                 --hyperlink-source \
                                  --haddock-options="--ignore-all-exports"
@@ -31,7 +30,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS)
        runghc Setup.hs configure --user --enable-tests
        runghc Setup.hs build
 
-test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
+check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
        runghc Setup.hs test