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
|
@ -2,6 +2,6 @@ cmake_minimum_required (VERSION 3.8)
|
|||
|
||||
message ("-- Configuring holiday documentation")
|
||||
|
||||
install (FILES README DESTINATION ${TIMEW_DOCDIR}/doc/holidays)
|
||||
install (FILES holidays.en-US DESTINATION ${TIMEW_DOCDIR}/doc/holidays)
|
||||
install (FILES refresh DESTINATION ${TIMEW_DOCDIR}/doc/holidays)
|
||||
install (FILES README DESTINATION ${TIMEW_DOCDIR}/holidays)
|
||||
install (FILES holidays.en-US DESTINATION ${TIMEW_DOCDIR}/holidays)
|
||||
install (FILES refresh DESTINATION ${TIMEW_DOCDIR}/holidays)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue