From 4bc05be28b471ff335a1f1e79b43099bac61b273 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 20 Jan 2023 21:19:03 +0300 Subject: Install ChangeLog among doc files * CMakeLists.txt [enable_docs] (CMAKE_INSTALL_DOCDIR): Add "ChangeLog" entry. * Makefile.am [ENABLE_DOCS] (dist_doc_DATA): Likewise. --- CMakeLists.txt | 2 +- Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c09bf15..9c93610 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -347,7 +347,7 @@ if (build_tests) endif(build_tests) if (enable_docs) - install(FILES AUTHORS LICENSE README.md + install(FILES AUTHORS ChangeLog LICENSE README.md README_details.txt README_win32.txt DESTINATION "${CMAKE_INSTALL_DOCDIR}") if (enable_gpl) diff --git a/Makefile.am b/Makefile.am index 6c2c03b..fbb4023 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ noinst_DATA = pkgconfig/atomic_ops-uninstalled.pc # Installed documentation. if ENABLE_DOCS -dist_doc_DATA = AUTHORS LICENSE README.md README_details.txt \ +dist_doc_DATA = AUTHORS ChangeLog LICENSE README.md README_details.txt \ README_win32.txt if ENABLE_GPL dist_doc_DATA += COPYING README_malloc.txt README_stack.txt -- cgit v1.2.1