diff options
| author | Petr Mrázek | 2012-04-05 02:39:38 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-04-05 02:39:38 +0200 |
| commit | 7fa4ffeb9eec9924698560669c24d44bac790938 (patch) | |
| tree | 4e11c668a803408c817e422e82d3cc4104cfa9d6 /CMakeLists.txt | |
| parent | aaffdd56d8c2684667082372ea4effd02d3f4b2a (diff) | |
| download | dfhack-7fa4ffeb9eec9924698560669c24d44bac790938.tar.gz dfhack-7fa4ffeb9eec9924698560669c24d44bac790938.tar.bz2 dfhack-7fa4ffeb9eec9924698560669c24d44bac790938.tar.xz | |
Add a html version of the LUA API doc, package it.
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 60286c92..3cbbe6a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ add_subdirectory(depends) IF(BUILD_LIBRARY) add_subdirectory (library) ## install the default documentation files - install(FILES LICENSE Readme.html Compile.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) + install(FILES LICENSE Readme.html Compile.html Lua\ API.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) endif() #build the plugins |
