From 8ae5e7d0a5690359054cfe596f2520719373b69f Mon Sep 17 00:00:00 2001 From: Marc Lagrange Date: Sun, 5 Oct 2008 20:54:28 +0200 Subject: [PATCH] Manpages: Fix two warnings Signed-off-by: Marc Lagrange --- CMakeLists.txt | 3 ++- wmfs.1.txt => wmfs.1.txt.in | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) rename wmfs.1.txt => wmfs.1.txt.in (97%) diff --git a/CMakeLists.txt b/CMakeLists.txt index a59087b..7c8ab85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/wmfs.1.txt b/wmfs.1.txt.in similarity index 97% rename from wmfs.1.txt rename to wmfs.1.txt.in index 3afc61e..202e5cd 100644 --- a/wmfs.1.txt +++ b/wmfs.1.txt.in @@ -1,3 +1,5 @@ +:man source: wmfs @WMFS_VERSION@ +:man manual: wmfs manual wmfs(1) =======