commit e97d259b1cda3c1342c9cb472d31230e50b0776d from: Sergey Bronnikov date: Mon Aug 9 18:30:49 2021 UTC Fix manual pages paths Closes #90 commit - b4e9070ab7e27f102e437c98fb65c44651c47b3a commit + e97d259b1cda3c1342c9cb472d31230e50b0776d blob - 13655e3a43a32c63c3b1c09c6005b259c2f6c460 blob + 3746ec14db1a63a8e9f5bd1589285ed924c1444f --- CMakeLists.txt +++ CMakeLists.txt @@ -86,4 +86,5 @@ add_custom_command(TARGET check-rockspec COMMENT "Build Lua rockspec") install(TARGETS unreliablefs DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) -install(FILES ${MANUAL_PAGES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man) +install(FILES "unreliablefs.1" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) +install(FILES "unreliablefs.conf.5" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man5)