docs: fix installation of release notes (#3390)

This commit is contained in:
Charles Kerr 2022-07-02 11:25:15 -05:00 committed by GitHub
parent cce1a15421
commit e9d34519ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -679,7 +679,8 @@ if(ENABLE_DAEMON OR ENABLE_GTK OR ENABLE_QT)
endif()
if(INSTALL_DOC)
install(FILES AUTHORS COPYING NEWS.md README.md docs/rpc-spec.md extras/send-email-when-torrent-done.sh DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(FILES AUTHORS COPYING README.md docs/rpc-spec.md extras/send-email-when-torrent-done.sh DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(DIRECTORY news DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()
if(MSVC AND ENABLE_DAEMON AND ENABLE_QT AND ENABLE_UTILS AND WITH_CRYPTO STREQUAL "openssl")