diff options
author | Adam <Adam@anope.org> | 2010-10-28 16:25:33 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-28 16:25:33 -0400 |
commit | b8df88a1bc19898fd2fdc46282f4264554ebfa40 (patch) | |
tree | b6f201184af70f6e4d097b0635a4add635ee6582 /docs/CMakeLists.txt | |
parent | 257fb256e9b09d90a9b6719d28aa657fb75b24df (diff) |
Made gettext work on Debian and updated some documentation
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 ce152334f..6d0ccbe28 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 LANGUAGES MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) + set(DOCS DEFCON FAQ INSTALL LANGUAGE MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) install(FILES ${DOCS} DESTINATION docs ) |