summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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