if you wanna resuse the same source tree, the heavy hammer for doing a rebuild ismake maintainer-clean ; makemaintainer-clean wipes alll build artifacts so its a clean tree, so everything will be built from scratchthere might be a better way, but that sledgehammer should workOn Mon, Jul 14, 2014 at 10:50 PM, Andrew Gibiansky <andrew.gibiansky@gmail.com> wrote:
_______________________________________________Any suggestions? I'm still stuck on this, and don't really know what to try next.AndrewOn Thu, Jul 10, 2014 at 9:36 PM, Andrew Gibiansky <andrew.gibiansky@gmail.com> wrote:
Hello,I am trying to create my first patch, for #9294, where I want to export some extra things from Parser along with a bit of documentation. However, I cannot figure out how to regenerate the documentation for the GHC API (not for the libraries).
I tried running `make html stage=0 FAST=YES` in `./compiler`, and got the following helpful message:make[2]: *** No rule to make target `html_compiler'. Stop.make[1]: *** [html_compiler] Error 2make: *** [html] Error 2So I'm a bit stumped. How do I regenerate Haddock documentation for the GHC API?Thanks!Andrew
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs