Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / plastex / go
diff --git a/doc/plastex/go b/doc/plastex/go
new file mode 100644 (file)
index 0000000..25651c2
--- /dev/null
@@ -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