diff options
| author | Petr Mrázek | 2012-09-30 06:55:52 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-09-30 06:55:52 +0200 |
| commit | bb39b2e45bdbe8fda2f99607e9ca56319a602843 (patch) | |
| tree | 9884a42ba501a0827061199b526f57019327e455 /CMakeLists.txt | |
| parent | e2d810ddc2bbedc1dcdc154b299f0dee7452f8aa (diff) | |
| download | dfhack-bb39b2e45bdbe8fda2f99607e9ca56319a602843.tar.gz dfhack-bb39b2e45bdbe8fda2f99607e9ca56319a602843.tar.bz2 dfhack-bb39b2e45bdbe8fda2f99607e9ca56319a602843.tar.xz | |
Lua API, not LUA Api.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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 |
