diff options
Diffstat (limited to 'testTexts.sh')
| -rwxr-xr-x | testTexts.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testTexts.sh b/testTexts.sh new file mode 100755 index 00000000..0189ae2a --- /dev/null +++ b/testTexts.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# this script is used for easy testing of the rst documentation files. +rst2html README.rst > README.html +rst2html COMPILE.rst > COMPILE.html +rst2html LUA_API.rst > LUA_API.html |
