diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-02-11 18:53:03 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-11 18:53:03 +0100 |
commit | 6a6029f1fc7b2cfeea8e231c8806d293d6644004 (patch) | |
tree | ce187f3765d465f29b7e875d39f7e4ab63cd614b /doc/ghc.mk | |
parent | 1ee7e9a058f035926ef9d37ef58af409e0c3c998 (diff) | |
parent | bae468bb60c31ed0a24193ba50fa5f6953d10d3a (diff) |
Merge pull request #480 from bgamari/sphinx
Move documentation to ReStructuredText
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)) |