mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +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>
9 lines
426 B
CMake
9 lines
426 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
message ("-- Configuring theme documentation")
|
|
|
|
install (FILES README DESTINATION ${TIMEW_DOCDIR}/themes)
|
|
install (FILES dark.theme DESTINATION ${TIMEW_DOCDIR}/themes)
|
|
install (FILES dark_blue.theme DESTINATION ${TIMEW_DOCDIR}/themes)
|
|
install (FILES dark_green.theme DESTINATION ${TIMEW_DOCDIR}/themes)
|
|
install (FILES dark_red.theme DESTINATION ${TIMEW_DOCDIR}/themes)
|