diff options
| author | Petr Mrázek | 2012-09-29 03:30:38 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-09-29 03:30:38 +0200 |
| commit | 38f2ae399a443ffa6f215c5d3c8ff2329de333ff (patch) | |
| tree | 7802a233bc2af80ac918a1d823644b4346052422 /testTexts.sh | |
| parent | 09ddccea6cf539fb00098b2e6a34245c35ea815c (diff) | |
| download | dfhack-38f2ae399a443ffa6f215c5d3c8ff2329de333ff.tar.gz dfhack-38f2ae399a443ffa6f215c5d3c8ff2329de333ff.tar.bz2 dfhack-38f2ae399a443ffa6f215c5d3c8ff2329de333ff.tar.xz | |
Generate html documentation as part of the normal build.
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 |
