diff options
Diffstat (limited to 'fixTexts.sh')
| -rwxr-xr-x | fixTexts.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fixTexts.sh b/fixTexts.sh new file mode 100755 index 00000000..e8d89044 --- /dev/null +++ b/fixTexts.sh @@ -0,0 +1,6 @@ +#!/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 +rst2html Contributors.rst > Contributors.html |
