]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - makefile
makefile: fix "make doc" by adding a .PHONY.
[list-remote-forwards.git] / makefile
index 1d1fc17d85473ae2badf128be11f6f85d85f8788..98b36c30a552c5dd303a979ef94b5b911ad88c56 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,14 +16,13 @@ HCFLAGS += -Weverything \
            -rtsopts \
            -threaded
 
-.PHONY : dist hlint
+.PHONY : doc dist hlint
 
 $(BIN): $(PN).cabal $(SRCS)
        runghc Setup.hs configure --user
        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"