diff --git a/CMakeLists.txt b/CMakeLists.txt index b2152a0..ce2ee17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,7 +213,7 @@ if (UNIX) VERBATIM ) - install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION man/man1) + install(FILES ${CMAKE_BINARY_DIR}/${TIDY_MANFILE} DESTINATION share/man/man1) endif () endif ()