tests/check-gendoc
author Yuya Nishihara <yuya@tcha.org>
Sun, 22 Mar 2020 18:40:04 +0900
changeset 44586 0424a9134bcf
parent 41005 69c99898a48f
permissions -rwxr-xr-x
osutil: move declaration to top of the scope Otherwise the build would fail with -Werror=declaration-after-statement.

#!/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