mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix: manpages were not installed when running an out-of-source build
This commit is contained in:
parent
ca330dc05d
commit
9395a4d112
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ message ("-- Configuring man pages")
|
|||
set (man_FILES task-color.5 task-faq.5 task-sync.5 task-tutorial.5 task.1 taskrc.5)
|
||||
foreach (man_FILE ${man_FILES})
|
||||
configure_file (
|
||||
man/${man_FILE}.in
|
||||
man/${man_FILE})
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man/${man_FILE}.in
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man/${man_FILE})
|
||||
endforeach (man_FILE)
|
||||
|
||||
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/man/ DESTINATION ${TASK_MAN1DIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue