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) =======