mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Improve configurability of CMake install directories
Make installation of man pages configurable per section Use configuration variable TIMEW_BINDIR Update documentation Closes #553 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
be0243ba1a
commit
bddb874034
9 changed files with 43 additions and 49 deletions
|
@ -16,6 +16,4 @@ endforeach (SRC)
|
|||
|
||||
add_custom_target (man7 DEPENDS ${DOC_FILES})
|
||||
|
||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
DESTINATION ${TIMEW_MANDIR}
|
||||
FILES_MATCHING PATTERN "*.7")
|
||||
install (FILES ${DOC_FILES} DESTINATION ${TIMEW_MAN7DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue