Skip to content
Snippets Groups Projects
Commit 3e087827 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

doc: Add html as an all-target for ghc

Otherwise the html documentation won't be installed for binary-dist.
parent 22d1666f
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +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-*))
$(eval $(call all-target,utils/haddock/doc,html_utils/haddock/doc))
INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
endif
html_utils/haddock/doc :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment