<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Dear Bo,<br>
      <br>
      I think you can cd into the llvm/docs directory and type "make" or
      "make doxygen."  If you look at docs/Makefile, you should be able
      to figure it out.<br>
      <br>
      Regards,<br>
      <br>
      John Criswell<br>
      <br>
      On 5/5/15 5:54 AM, Bo wrote:<br>
    </div>
    <blockquote
      cite="mid:3b7dd575.123f3.14d237fb289.Coremail.wb_llvm@163.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=GBK">
      <div>
        <div>Hi, everyone.</div>
        <div>
          <p>I want to get a copy of the doxygen web-pages of llvm, so I
            can work with it without the internet. I did as follows:</p>
          <pre><code>$ cd LLVM_ROOT_DIR
$ mkdir out
$ cd out/
$ ../configure --enable-doxygen
$ make ENABLE_OPTIMIZED=1
</code></pre>
          <p>But it only built llvm without documentation. I also tried</p>
          <pre><code>$ make BUILD_FOR_WEBSITE=1 ENABLE_OPTIMIZED=1
</code></pre>
          <p>and</p>
          <pre><code>$ make ENABLE_OPTIMIZED=1 EXTRA_DIST=1
</code></pre>
          <p>All of them did not work. How could I build the web pages
            ? </p>
          <p>Thanks a lot.</p>
          <p>Bo.</p>
        </div>
      </div>
      <br>
      <br>
      <span title="neteasefooter"><span id="netease_mail_footer"></span></span><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
<a class="moz-txt-link-freetext" href="http://www.cs.rochester.edu/u/criswell">http://www.cs.rochester.edu/u/criswell</a></pre>
  </body>
</html>