summaryrefslogtreecommitdiff
path: root/docs/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-01 17:36:30 -0400
committerAdam <Adam@anope.org>2010-11-01 17:36:30 -0400
commitdaa97f034372496e50d99e83cddbfe6c265ebe15 (patch)
tree3eaf837be8c685caa5c106e70eb3f17acff160a2 /docs/CMakeLists.txt
parent3edc6d70b9b7d3da642f46c90a876a606ba76ab3 (diff)
Fixed make install because Changes.lang is dead
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r--docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 6d0ccbe28..8525ecc64 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 LANGUAGE MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt)
+ set(DOCS Changes Changes.conf DEFCON FAQ INSTALL LANGUAGE MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt)
install(FILES ${DOCS}
DESTINATION docs
)