summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-20 21:19:03 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-20 21:19:03 +0300
commit4bc05be28b471ff335a1f1e79b43099bac61b273 (patch)
treeec0e4bbf200482e437a0e798e36f51d6a422a694
parent044573903530c4a8e8318e20a830d4a0531b2035 (diff)
downloadlibatomic_ops-4bc05be28b471ff335a1f1e79b43099bac61b273.tar.gz
Install ChangeLog among doc files
* CMakeLists.txt [enable_docs] (CMAKE_INSTALL_DOCDIR): Add "ChangeLog" entry. * Makefile.am [ENABLE_DOCS] (dist_doc_DATA): Likewise.
-rw-r--r--CMakeLists.txt2
-rw-r--r--Makefile.am2
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