From 032bf4264dfbf3c03751a3f7d8f7f9f12b4aa4c2 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 15 Apr 2015 15:05:45 +0200 Subject: [PATCH] Issue #193 - install tidy doc in share/man/man1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()