summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek2012-09-30 06:55:52 +0200
committerPetr Mrázek2012-09-30 06:55:52 +0200
commitbb39b2e45bdbe8fda2f99607e9ca56319a602843 (patch)
tree9884a42ba501a0827061199b526f57019327e455
parente2d810ddc2bbedc1dcdc154b299f0dee7452f8aa (diff)
downloaddfhack-bb39b2e45bdbe8fda2f99607e9ca56319a602843.tar.gz
dfhack-bb39b2e45bdbe8fda2f99607e9ca56319a602843.tar.bz2
dfhack-bb39b2e45bdbe8fda2f99607e9ca56319a602843.tar.xz
Lua API, not LUA Api.
-rw-r--r--CMakeLists.txt2
-rw-r--r--Lua API.html (renamed from LUA Api.html)0
-rw-r--r--Lua API.rst (renamed from LUA Api.rst)0
-rwxr-xr-xfixTexts.sh2
4 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1ced670..14436dcf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -171,7 +171,7 @@ find_package(Docutils)
IF(BUILD_LIBRARY)
add_subdirectory (library)
## 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()
#build the plugins
diff --git a/LUA Api.html b/Lua API.html
index 047ef978..047ef978 100644
--- a/LUA Api.html
+++ b/Lua API.html
diff --git a/LUA Api.rst b/Lua API.rst
index bf7ee45a..bf7ee45a 100644
--- a/LUA Api.rst
+++ b/Lua API.rst
diff --git a/fixTexts.sh b/fixTexts.sh
index e8d89044..91719941 100755
--- a/fixTexts.sh
+++ b/fixTexts.sh
@@ -2,5 +2,5 @@
# 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 Lua\ API.rst Lua\ API.html
rst2html Contributors.rst > Contributors.html