mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Build: man page, themes are holidays now installed
This commit is contained in:
parent
537ed367dc
commit
902398238b
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
message ("-- Configuring man pages")
|
||||
message ("-- Configuring documentation")
|
||||
|
||||
configure_file (man/timew.1.in man/timew.1)
|
||||
configure_file (man/timew.1.in man/timew.1)
|
||||
|
||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TIMEW_MAN1DIR} FILES_MATCHING PATTERN "*.1")
|
||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TIMEW_MAN1DIR} FILES_MATCHING PATTERN "*.1")
|
||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/themes/ DESTINATION ${TIMEW_DOCDIR}/themes)
|
||||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/holidays/ DESTINATION ${TIMEW_DOCDIR}/holidays)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue