mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fix for placement of man file for different distributions
This commit is contained in:
@@ -46,7 +46,7 @@ target_link_libraries( uxplay
|
||||
)
|
||||
|
||||
install( TARGETS uxplay RUNTIME DESTINATION bin )
|
||||
install( FILES uxplay.1 DESTINATION man/man1 )
|
||||
install( FILES uxplay.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 )
|
||||
install( FILES README.md README.txt README.html LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR} )
|
||||
|
||||
# uninstall target
|
||||
|
||||
Reference in New Issue
Block a user