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
No related merge requests found
...@@ -4,6 +4,8 @@ Changes in version 2.17.1 ...@@ -4,6 +4,8 @@ Changes in version 2.17.1
* Fixed Makefile for GHC installation * Fixed Makefile for GHC installation
* Fixed clean rule of GHC Makefile
Changes in version 2.17.0 (not released) Changes in version 2.17.0 (not released)
* Support typesetting of mathematical expressions via Mathjax (#397) * Support typesetting of mathematical expressions via Mathjax (#397)
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
ifeq "$(BUILD_SPHINX_HTML)" "YES" ifeq "$(BUILD_SPHINX_HTML)" "YES"
html : html_utils/haddock/doc 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)) $(eval $(call all-target,utils/haddock/doc,html_utils/haddock/doc))
INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock INSTALL_HTML_DOC_DIRS += utils/haddock/doc/haddock
endif 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