]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
makefile: drop obsolete "cabal hscolour" invocation.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:18:20 +0000 (11:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:18:20 +0000 (11:18 -0400)
makefile

index 1d1fc17d85473ae2badf128be11f6f85d85f8788..2212e31043071cbb73923bed7da1b1733cec0034 100644 (file)
--- a/makefile
+++ b/makefile
@@ -23,7 +23,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"