diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-10-03 19:02:37 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-03 19:02:37 +0200 |
commit | a3c78abcbdfe5025dc704acdcd0a85c78cabbd6b (patch) | |
tree | 64849f1cb6f61a04ce5e5c834d8fccaa6d0cdf37 /ghc.mk | |
parent | c4d7df04aa8b7270759f4c39dceadfd26339b6a6 (diff) | |
download | haskell-a3c78abcbdfe5025dc704acdcd0a85c78cabbd6b.tar.gz |
Build system: add mk/validate.mk.sample
Reviewers: austin, bgamari
Subscribers: erikd
Differential Revision: https://phabricator.haskell.org/D1303
modified: configure.ac
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -171,7 +171,8 @@ endif ifeq "$(BUILD_SPHINX_HTML)" "YES" ifeq "$(SPHINXBUILD)" "" $(error BUILD_SPHINX_HTML=YES, but `sphinx-build` was not found. \ - Install `sphinx-build`, then rerun `./configure`. \ + Create a file `mk/validate.mk` containing `BUILD_SPHINX_HTML=NO` \ + (when validating), or install `sphinx-build` and rerun `./configure`. \ See https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation) endif endif |