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

doc: Fix GHC clean rule

Apparently GHC's build system doesn't permit wildcards in clean paths.
parent 67fbe48b
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
......@@ -4,6 +4,8 @@ Changes in version 2.17.1
* Fixed Makefile for GHC installation
* Fixed clean rule of GHC Makefile
Changes in version 2.17.0 (not released)
* Support typesetting of mathematical expressions via Mathjax (#397)
......
......@@ -13,7 +13,7 @@
ifeq "$(BUILD_SPHINX_HTML)" "YES"
html : html_utils/haddock/doc
$(eval $(call clean-target,utils/haddock/doc,sphinx,utils/haddock/doc/haddock utils/haddock/doc/.build-*))
$(eval $(call clean-target,utils/haddock/doc,sphinx,utils/haddock/doc/haddock utils/haddock/doc/.build-html utils/haddock/doc/.build-pdf))
$(eval $(call all-target,utils/haddock/doc,html_utils/haddock/doc))
INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
endif
......
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