diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2023-01-20 21:19:03 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2023-01-20 21:19:03 +0300 |
commit | 4bc05be28b471ff335a1f1e79b43099bac61b273 (patch) | |
tree | ec0e4bbf200482e437a0e798e36f51d6a422a694 /CMakeLists.txt | |
parent | 044573903530c4a8e8318e20a830d4a0531b2035 (diff) | |
download | libatomic_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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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) |