diff options
author | Adam <Adam@anope.org> | 2010-09-26 15:09:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-26 15:09:39 -0400 |
commit | f3840ed110ecaac1a2777692b714f283600d9afa (patch) | |
tree | 86cb18bb3efa7dc5711a0e0f965dd7438bdcb3bc /docs/CMakeLists.txt | |
parent | 7d5893a1c8af78b0f56431664f48c73134735c64 (diff) |
Added a short docs/LANGUAGES file explaining how to add translations for the core and modules, updated TODO, and fixed a few small bugs
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 09ae21e76..ce152334f 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -7,7 +7,7 @@ if(WIN32) # Add README.txt to list of files for CPack to ignore add_to_cpack_ignored_files("README.txt$" TRUE) endif(IN_SOURCE) - set(DOCS DEFCON FAQ INSTALL MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) + set(DOCS DEFCON FAQ INSTALL LANGUAGES MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) install(FILES ${DOCS} DESTINATION docs ) |