From: jamesb Date: Wed, 31 Mar 2010 18:29:58 +0000 (+0000) Subject: More tags handled, go becomes buildall X-Git-Url: https://rtime.felk.cvut.cz/gitweb/opencv.git/commitdiff_plain/e7f0220f0e94ea055f3e6a01f10fc897fcf1c257 More tags handled, go becomes buildall git-svn-id: https://code.ros.org/svn/opencv/trunk@2962 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08 --- diff --git a/opencv/doc/latex2sphinx/go b/opencv/doc/latex2sphinx/buildall similarity index 58% rename from opencv/doc/latex2sphinx/go rename to opencv/doc/latex2sphinx/buildall index c0ed40de..3980ca7a 100644 --- a/opencv/doc/latex2sphinx/go +++ b/opencv/doc/latex2sphinx/buildall @@ -6,12 +6,6 @@ mkdir -p $LANGUAGES tput clear python latex.py ../online-opencv.tex $LANGUAGES || exit -for D in py -do - export PYTHONPATH=$HOME/local/lib/python2.5/site-packages:$PYTHONPATH - TEXINPUTS=$PWD: sphinx-build -w $D/sphinx.errors -D "lang=$D" -b doctest -d _build/doctrees/$D $D _build/doctest/$D -done - for D in $LANGUAGES do echo $D diff --git a/opencv/doc/latex2sphinx/latex.py b/opencv/doc/latex2sphinx/latex.py index 4ef85c54..5e71b6cb 100644 --- a/opencv/doc/latex2sphinx/latex.py +++ b/opencv/doc/latex2sphinx/latex.py @@ -173,6 +173,15 @@ class SphinxWriter: self.addtag(nm, c) self.state = 'class' + def cmd_index(self, c): + pass + + def cmd_hyperref(self, c): + pass + + def cmd_footnote(self, c): + pass + def addtag(self, nm, c): if nm == "": self.report_error(c, "empty name")