From: Michael Orlitzky Date: Tue, 5 Mar 2019 16:02:30 +0000 (-0500) Subject: makefile: remove deprecated "hscolour" pass over docs. X-Git-Tag: 1.0.1~7 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=02b214bc1d02447b1e2f089930cbf7141e5ca54a makefile: remove deprecated "hscolour" pass over docs. --- diff --git a/makefile b/makefile index 5f586a7..b609308 100644 --- 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"