<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<br class=""><br class="">I’m trying to build the documentation. Running make in /docs, I get the following error:<br class=""><br class="">Makefile:44: Makefile.config: No such file or directory<br class="">make: *** No rule to make target `Makefile.config'.  Stop.<br class=""><br class="">According to this answer: <a href="http://stackoverflow.com/questions/4763381/no-rule-to-make-target-makefile-needed-by-makefile#comment40533198_4908782" class="">http://stackoverflow.com/questions/4763381/no-rule-to-make-target-makefile-needed-by-makefile#comment40533198_4908782</a>, a ./configure in the LLVM_SRC_ROOT should fix this. The error seems to suggest a similar thing. However:<br class=""><br class="">$ ./configure<br class="">configure: error: In-source builds are not allowed. Please configure from a separate build directory!<br class=""><br class="">Makes it unable to generate the required files. How should this be fixed?<br class=""><br class="">Thanks in advance,<br class="">Sam</body></html>