aboutsummaryrefslogtreecommitdiff
path: root/doc/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-11 18:53:03 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-11 18:53:03 +0100
commit6a6029f1fc7b2cfeea8e231c8806d293d6644004 (patch)
treece187f3765d465f29b7e875d39f7e4ab63cd614b /doc/ghc.mk
parent1ee7e9a058f035926ef9d37ef58af409e0c3c998 (diff)
parentbae468bb60c31ed0a24193ba50fa5f6953d10d3a (diff)
Merge pull request #480 from bgamari/sphinx
Move documentation to ReStructuredText
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))