mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00

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>
7 lines
292 B
CMake
7 lines
292 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
message ("-- Configuring holiday documentation")
|
|
|
|
install (FILES README DESTINATION ${TIMEW_DOCDIR}/holidays)
|
|
install (FILES holidays.en-US DESTINATION ${TIMEW_DOCDIR}/holidays)
|
|
install (FILES refresh DESTINATION ${TIMEW_DOCDIR}/holidays)
|