diff options
| author | Petr Mrázek | 2012-09-30 23:24:24 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-09-30 23:24:24 +0200 |
| commit | 67adf2dde3c505fa57b10463c19bda2b4780b5ac (patch) | |
| tree | 078e1086a696fc23f3669bcb8cfb822e11833159 /fixTexts.sh | |
| parent | bb39b2e45bdbe8fda2f99607e9ca56319a602843 (diff) | |
| download | dfhack-67adf2dde3c505fa57b10463c19bda2b4780b5ac.tar.gz dfhack-67adf2dde3c505fa57b10463c19bda2b4780b5ac.tar.bz2 dfhack-67adf2dde3c505fa57b10463c19bda2b4780b5ac.tar.xz | |
Add stonesense contributors.
Diffstat (limited to 'fixTexts.sh')
| -rwxr-xr-x | fixTexts.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fixTexts.sh b/fixTexts.sh index 91719941..d58fe997 100755 --- a/fixTexts.sh +++ b/fixTexts.sh @@ -1,6 +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 +# regenerate documentation after editing the .rst files. Requires python and docutils. +rst2html --no-generator --no-datestamp Readme.rst Readme.html +rst2html --no-generator --no-datestamp Compile.rst Compile.html +rst2html --no-generator --no-datestamp Lua\ API.rst Lua\ API.html +rst2html --no-generator --no-datestamp Contributors.rst Contributors.html |
