summaryrefslogtreecommitdiff
path: root/testTexts.sh
diff options
context:
space:
mode:
authorPetr Mrázek2012-09-29 03:30:38 +0200
committerPetr Mrázek2012-09-29 03:30:38 +0200
commit38f2ae399a443ffa6f215c5d3c8ff2329de333ff (patch)
tree7802a233bc2af80ac918a1d823644b4346052422 /testTexts.sh
parent09ddccea6cf539fb00098b2e6a34245c35ea815c (diff)
downloaddfhack-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-xtestTexts.sh5
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