Lua API, not LUA Api.

develop
Petr Mrázek 2012-09-30 06:55:52 +02:00
parent e2d810ddc2
commit bb39b2e45b
4 changed files with 2 additions and 2 deletions

@ -171,7 +171,7 @@ find_package(Docutils)
IF(BUILD_LIBRARY) IF(BUILD_LIBRARY)
add_subdirectory (library) add_subdirectory (library)
## install the default documentation files ## install the default documentation files
install(FILES LICENSE "LUA Api.html" Readme.html Compile.html Contributors.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) install(FILES LICENSE "Lua API.html" Readme.html Compile.html Contributors.html DESTINATION ${DFHACK_USERDOC_DESTINATION})
endif() endif()
#build the plugins #build the plugins

@ -2,5 +2,5 @@
# this script is used for easy testing of the rst documentation files. # this script is used for easy testing of the rst documentation files.
rst2html Readme.rst Readme.html rst2html Readme.rst Readme.html
rst2html Compile.rst Compile.html rst2html Compile.rst Compile.html
rst2html LUA\ Api.rst LUA\ Api.html rst2html Lua\ API.rst Lua\ API.html
rst2html Contributors.rst > Contributors.html rst2html Contributors.rst > Contributors.html