aboutsummaryrefslogtreecommitdiff
path: root/doc/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-07 11:21:42 -0500
committerBen Gamari <ben@smart-cactus.org>2016-02-08 12:46:49 +0100
commitbfd47453c76c7fb849c50eed750f61e28dc5cbdb (patch)
tree780962886103957b9e3b13a19b651d4e9a1baf24 /doc/ghc.mk
parent8a4c949bfc731ef0dcd83d557da278d162152fb5 (diff)
doc: Switch to Sphinx
Diffstat (limited to 'doc/ghc.mk')
-rw-r--r--doc/ghc.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ghc.mk b/doc/ghc.mk
index 73d6b7f0..52a2f2a5 100644
--- a/doc/ghc.mk
+++ b/doc/ghc.mk
@@ -10,6 +10,11 @@
#
# -----------------------------------------------------------------------------
-utils/haddock/doc_DOCBOOK_SOURCES = utils/haddock/doc/haddock.xml
+INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
+
+html : html_utils/haddock/doc
+
+html_utils/haddock/doc :
+ make -C utils/haddock/doc html SPHINX_BUILD=$(SPHINXBUILD)
+ cp -R utils/haddock/doc/.build-html utils/haddock/doc/haddock
-$(eval $(call docbook,utils/haddock/doc,haddock))