quick building the user's guide
Takenobu Tani
takenobu.hs at gmail.com
Sat Jan 28 12:58:48 UTC 2017
Dear devs,
Can We build the user's guide without building the ghc binary?
If so, new contributors can easily check the generated html.
When I execute the following command, a binary build is always executed.
# vi mk/build.mk
(BuildFlavour = quick; BUILD_SPHINX_HTML = YES)
# ./boot
# ./configure
# cd docs/users_guide/
# make html
Is there a way to skip binary builds?
Regards,
Takenobu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20170128/dd58b922/attachment.html>
More information about the ghc-devs
mailing list