X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=doc%2Fplastex%2Fgo;fp=doc%2Fplastex%2Fgo;h=25651c254d4ab7d3a997eced4fef0175aebc80e7;hp=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/doc/plastex/go b/doc/plastex/go new file mode 100644 index 0000000..25651c2 --- /dev/null +++ b/doc/plastex/go @@ -0,0 +1,22 @@ +#!/bin/bash + +tput clear + +#cd .. && make && cd - +mkdir -p _build/html/python + +if false +then + rm -f *.rst + cp index-c.rst.copy index.rst + TEXINPUTS=../: python renderer.py c > a || exit + TEXINPUTS=$PWD: sphinx-build -b html -D 'html_title=OpenCV 1.1 C Reference' -d _build/doctrees . _build/html +fi + +if true +then + rm -f *.rst + cp index-py.rst.copy index.rst + TEXINPUTS=../: python renderer.py py > a || exit + TEXINPUTS=$PWD: sphinx-build -b html -D 'highlight_language=python' -D 'html_title=OpenCV 1.1 Python Reference' -d _build/doctrees . _build/html/python +fi