
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? -Iavor

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

Its well documented here:
https://ghc.haskell.org/trac/ghc/wiki/Building/Docs.
-harendra
On 11 July 2017 at 21:37, 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?
-Iavor
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
Ben Gamari
-
Harendra Kumar
-
Iavor Diatchki