Adding a man page and refering to it from other man pages

This commit is contained in:
Haitham Gad 2013-03-10 00:36:08 -05:00 committed by Paul Beckingham
parent a5f55bf2f4
commit 1ebc802a89
9 changed files with 377 additions and 1 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8)
message ("-- Configuring man pages")
set (man_FILES task-color.5 task-faq.5 task-sync.5 task-tutorial.5 task.1 taskrc.5)
set (man_FILES task-color.5 task-faq.5 task-sync.5 task-tutorial.5 taskrc.5 task.1 tasksh.1)
foreach (man_FILE ${man_FILES})
configure_file (
man/${man_FILE}.in