]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - makefile
makefile: remove deprecated "hscolour" pass over docs.
[spline3.git] / makefile
index 3862b333e3dbf6fd4de745e560814c56554969bf..b609308255aed78e9b9a7c0e9f14f3ed5f7bb729 100644 (file)
--- a/makefile
+++ b/makefile
@@ -31,16 +31,6 @@ $(TESTSUITE_BIN): $(SRCS) test/TestSuite.hs
                         --enable-tests
        runghc Setup.hs build
 
-llvm: $(PN).cabal $(SRCS)
-       FLAGS="llvm" make
-
-profile: $(SRCS)
-       runghc Setup.hs configure \
-                        --user \
-                        --prefix=/ \
-                        --enable-executable-profiling
-       runghc Setup.hs build
-
 clean:
        runghc Setup.hs clean
        rm -rf dist/
@@ -58,7 +48,6 @@ doc: dist/doc
 
 dist/doc: $(PN).cabal $(SRCS)
        runghc Setup.hs configure --user --prefix=/ --flags=${FLAGS}
-       runghc Setup.hs hscolour --all
        runghc Setup.hs haddock --all \
                                 --hyperlink-source \
                                 --haddock-options="--ignore-all-exports"