mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
docs: fix installation of release notes (#3390)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user