aboutsummaryrefslogtreecommitdiff
path: root/doc/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-05-12 17:43:50 +0200
committerBen Gamari <ben@smart-cactus.org>2016-05-12 17:43:50 +0200
commit261342e47efc2756c6befd1e3d83c42d5dd082c6 (patch)
tree1f9a89a7d1c0be1b4a38091e9b207567bce00bab /doc/ghc.mk
parentd7ef90898c6d8ddeae23caf0f9fb68c25537dcd0 (diff)
parentaf1a8689da1990da9a152ae8a0e51976f2a27ff6 (diff)
Merge remote-tracking branch 'origin/master' into ghc-head
Diffstat (limited to 'doc/ghc.mk')
-rw-r--r--doc/ghc.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ghc.mk b/doc/ghc.mk
index 590d1c5f..3e53168e 100644
--- a/doc/ghc.mk
+++ b/doc/ghc.mk
@@ -11,9 +11,11 @@
# -----------------------------------------------------------------------------
ifeq "$(BUILD_SPHINX_HTML)" "YES"
-INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
-
html : html_utils/haddock/doc
+
+$(eval $(call clean-target,utils/haddock/doc,sphinx,utils/haddock/doc/haddock utils/haddock/doc/.build-html utils/haddock/doc/.build-pdf))
+$(eval $(call all-target,utils/haddock/doc,html_utils/haddock/doc))
+INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
endif
html_utils/haddock/doc :