Manpages: Fix two warnings

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
Marc Lagrange 2008-10-05 20:54:28 +02:00
parent 148f61a7ff
commit 8ae5e7d0a5
2 changed files with 4 additions and 1 deletions

View File

@ -194,7 +194,8 @@ set(WMFS_SYSCONFDIR ${XDG_CONFIG_DIR}/${PROJECT_NAME})
# Configure files
set(wmfs_configure_files
config.h.in)
config.h.in
wmfs.1.txt.in)
macro(a_configure_file file)
string(REGEX REPLACE ".in\$" "" outfile ${file})

View File

@ -1,3 +1,5 @@
:man source: wmfs @WMFS_VERSION@
:man manual: wmfs manual
wmfs(1)
=======