From 865b3ea5238619c0099f1807e7da19f65f82e05d Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Fri, 19 Nov 2010 22:19:00 +0000 Subject: [PATCH] Updated for building in latexsphinx directory --- doc/README.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/README.txt b/doc/README.txt index f6d5c0e112..a7f1df983a 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -31,13 +31,18 @@ sh go (2) If you want to build the html files that OpenCV uses to populate the online documentation, assuming you downloaded easy_install, -Sphinx and plasTex as above, then from the .../opencv/doc/plastex directory, -issue the "go" commend there: +Sphinx and plasTex as above, then from the .../opencv/doc/latex2sphinx directory, +issue the "buildall" commend there: -sh go +sh buildall 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):