]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
makefile: remove obsolete hscolour invocation.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:25:18 +0000 (11:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:25:18 +0000 (11:25 -0400)
makefile

index 21fc15c4e53a6555ebb5f3bea3ce797c05850682..3f3584cf2f14f8d25acda4cd013074d1c29e7591 100644 (file)
--- a/makefile
+++ b/makefile
@@ -21,7 +21,6 @@ $(BIN): $(PN).cabal $(SRCS)
        runghc Setup.hs build --ghc-options="${HCFLAGS}"
 
 doc: $(PN).cabal $(SRCS)
-       runghc Setup.hs hscolour --all
        runghc Setup.hs haddock  --all \
                                 --hyperlink-source \
                                  --haddock-options="--ignore-all-exports"