]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Install more docs (AUTHORS, DEBUG-OPTIONS.txt)
[lugaru.git] / CMakeLists.txt
index a456c59104cff57d929d03656c84b1c6002f3738..dfcea4fc1118bcae3caf47768dd640c60e5401fe 100644 (file)
@@ -272,7 +272,9 @@ endif(APPLE)
 
 # Documentation
 
-install(FILES ${CMAKE_SOURCE_DIR}/README.md
-              ${CMAKE_SOURCE_DIR}/COPYING.txt
+install(FILES ${CMAKE_SOURCE_DIR}/AUTHORS
               ${CMAKE_SOURCE_DIR}/CONTENT-LICENSE.txt
+              ${CMAKE_SOURCE_DIR}/COPYING.txt
+              ${CMAKE_SOURCE_DIR}/DEBUG-OPTIONS.txt
+              ${CMAKE_SOURCE_DIR}/README.md
         DESTINATION ${LUGARU_DOCDIR})