From eb20384b1985eaf1711ae07d8558a58e9cfbe28e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 23 Nov 2021 10:36:56 +0300 Subject: Rename README.QUICK to LICENSE and install it by default README.QUICK contains the package copyright and licensing terms, it is more natural to name the file as LICENSE. * CMakeLists.txt [enable_docs] (install): Add LICENSE for $CMAKE_INSTALL_DOCDIR; remove note that README.QUICK is not installed. * README.QUICK: Rename to LICENSE. * Makefile.am (EXTRA_DIST): Do not add README.QUICK. * README.md (Copyright & Warranty, Contributors): Rename README.QUICK to LICENSE. * doc/README.DGUX386: Refer to README.md instead of README.QUICK. * doc/doc.am [ENABLE_DOCS] (dist_doc_DATA): Add LICENSE. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b827f74..f975e9e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -716,8 +716,7 @@ if (build_tests) endif(build_tests) if (enable_docs) - # Note: documentation which is not installed: README.QUICK - install(FILES AUTHORS README.md + install(FILES AUTHORS LICENSE README.md DESTINATION "${CMAKE_INSTALL_DOCDIR}") install(DIRECTORY doc/ DESTINATION "${CMAKE_INSTALL_DOCDIR}" FILES_MATCHING -- cgit v1.2.1