Updated for building in latexsphinx directory

This commit is contained in:
Gary Bradski 2010-11-19 22:19:00 +00:00
parent 0f01ae43be
commit 865b3ea523

View File

@ -31,13 +31,18 @@ sh go
(2) If you want to build the html files that OpenCV uses to populate the (2) If you want to build the html files that OpenCV uses to populate the
online documentation, assuming you downloaded easy_install, online documentation, assuming you downloaded easy_install,
Sphinx and plasTex as above, then from the .../opencv/doc/plastex directory, Sphinx and plasTex as above, then from the .../opencv/doc/latex2sphinx directory,
issue the "go" commend there: issue the "buildall" commend there:
sh go sh buildall
The resulting html files will be be created in: The resulting html files will be be created in:
.../opencv/doc/plastex/_build/html .../opencv/doc/latex2sphinx/_build/html
Under this html directory, you will find index.html files for:
cpp The C++ manual
c The C manual
py The Python manual
-------------------------------------------------------------------------- --------------------------------------------------------------------------
[1] To install easy install on Ubuntu, try either (as stated above): [1] To install easy install on Ubuntu, try either (as stated above):