mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
8 lines
235 B
CMake
8 lines
235 B
CMake
cmake_minimum_required (VERSION 2.8)
|
|
|
|
message ("-- Configuring man pages")
|
|
|
|
configure_file (man/timew.1.in man/timew.1)
|
|
|
|
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${TIMEW_MAN1DIR} FILES_MATCHING PATTERN "*.1")
|
|
|