[llvm-commits] [PATCH][Docs] Add HowToBuildOnARM.rst

Sean Silva silvas at purdue.edu
Wed Sep 26 21:16:30 PDT 2012


No. You need to go into docs/ and then run `make -f Makefile.sphinx
html` (html is the default target, so you can also omit it). Then open
up docs/_build/html/index.html and navigate to the page to make sure
that everything is linked alright. Also check the generated HTML to
make sure that it is rendering how you expect.

-- Sean Silva

On Thu, Sep 27, 2012 at 12:03 AM, 陳韋任 (Wei-Ren Chen)
<chenwj at iis.sinica.edu.tw> wrote:
> On Wed, Sep 26, 2012 at 01:59:26PM -0400, Sean Silva wrote:
>> It needs to be linked into somewhere in the documentation so that it
>> is "reachable". The document also has to be linked into Sphinx's
>> toctree so that Sphinx knows how to organize it (otherwise, you'll get
>> a build warning). r164356 is an example of exactly what needs to be
>> done for this patch.
>
>   Sean, does the usual building process (../configure; make) will invoke
> Sphinx to create document, as I see no warning during my build.
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (陳韋任)
> Computer Systems Lab, Institute of Information Science,
> Academia Sinica, Taiwan (R.O.C.)
> Tel:886-2-2788-3799 #1667
> Homepage: http://people.cs.nctu.edu.tw/~chenwj




More information about the llvm-commits mailing list