[CMake] Fix man page path. Patch posted by Richard Shaw in fltk.general.

Thanks for the patch.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10440 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-11-08 17:21:09 +00:00
parent d892e05d8a
commit eb6c15bcef
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if(UNIX)
macro(INSTALL_MAN FILE LEVEL)
install(FILES
${FLTK_SOURCE_DIR}/documentation/src/${FILE}.man
DESTINATION man/man${LEVEL}
DESTINATION share/man/man${LEVEL}
RENAME ${FILE}.${LEVEL}
)
endmacro(INSTALL_MAN FILE LEVEL)