Generate html documentation as part of the normal build.
parent
09ddccea6c
commit
38f2ae399a
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
rst2html README.rst > Readme.html
|
||||
rst2html COMPILE.rst > Compile.html
|
||||
rst2html DEVEL.rst > Devel.html
|
||||
rst2html LUA_API.rst > Lua\ API.html
|
@ -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
|
Loading…
Reference in New Issue