author | Martin von Zweigbergk <martinvonz@google.com> |
Tue, 05 Nov 2019 14:31:50 -0800 | |
changeset 43452 | e1dae2ef5588 |
parent 41005 | 69c99898a48f |
permissions | -rwxr-xr-x |
#!/bin/sh HGENCODING=UTF-8 export HGENCODING echo ".. -*- coding: utf-8 -*-" > gendoc.txt echo "" >> gendoc.txt LANGUAGE=$1 "$PYTHON" "$TESTDIR/../doc/gendoc.py" >> gendoc.txt 2> /dev/null || exit echo "checking for parse errors" "$PYTHON" "$TESTDIR/../doc/docchecker" gendoc.txt "$PYTHON" "$TESTDIR/../doc/runrst" html gendoc.txt /dev/null