Show More
@@ -4,8 +4,8 b' export HGENCODING' | |||||
4 |
|
4 | |||
5 | echo ".. -*- coding: utf-8 -*-" > gendoc.txt |
|
5 | echo ".. -*- coding: utf-8 -*-" > gendoc.txt | |
6 | echo "" >> gendoc.txt |
|
6 | echo "" >> gendoc.txt | |
7 |
LANGUAGE=$1 |
|
7 | LANGUAGE=$1 "$PYTHON" "$TESTDIR/../doc/gendoc.py" >> gendoc.txt 2> /dev/null || exit | |
8 |
|
8 | |||
9 | echo "checking for parse errors" |
|
9 | echo "checking for parse errors" | |
10 |
|
|
10 | "$PYTHON" "$TESTDIR/../doc/docchecker" gendoc.txt | |
11 |
|
|
11 | "$PYTHON" "$TESTDIR/../doc/runrst" html gendoc.txt /dev/null |
General Comments 0
You need to be logged in to leave comments.
Login now