diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-02-07 11:21:42 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 12:46:49 +0100 |
commit | bfd47453c76c7fb849c50eed750f61e28dc5cbdb (patch) | |
tree | 780962886103957b9e3b13a19b651d4e9a1baf24 /doc/ghc.mk | |
parent | 8a4c949bfc731ef0dcd83d557da278d162152fb5 (diff) |
doc: Switch to Sphinx
Diffstat (limited to 'doc/ghc.mk')
-rw-r--r-- | doc/ghc.mk | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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)) |