
11 Jul
2017
11 Jul
'17
2:50 p.m.
Iavor Diatchki
Hello,
is it possible to build just the HTML for the GHC reference manual, without building the whole of GHC, and if so how do I do it?
It is. Just run `make html` from the source root. Note, however, that BUILD_SPHINX_HTML must be set to YES for this to work. Cheers, - Ben