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

doc: Only install if BUILD_SPHINX_HTML==YES

Fixes GHC #11818.

(cherry picked from commit c6d6a18d)
parent 1308be34
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
......@@ -10,7 +10,9 @@
#
# -----------------------------------------------------------------------------
ifeq "$$(BUILD_SPHINX_HTML)" "YES"
INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
endif
html : 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