fix for placement of man file for different distributions

This commit is contained in:
fduncanh
2021-11-07 19:36:47 -05:00
parent ca3ba5ebb9
commit 61ff750971

View File

@@ -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