]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
makefile: remove deprecated "hscolour" pass over docs.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 16:02:30 +0000 (11:02 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 16:02:30 +0000 (11:02 -0500)
makefile

index 5f586a7012b099fddf1155fa92e61e2dde7fe171..b609308255aed78e9b9a7c0e9f14f3ed5f7bb729 100644 (file)
--- a/makefile
+++ b/makefile
@@ -48,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"