From e953f634d9e277a3b71eb988d78c30f2a7573b94 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Fri, 22 Jan 2016 19:15:03 +0100 Subject: [PATCH] Fix generating sway-input.5 manpage --- sway/CMakeLists.txt | 1 + sway/sway-input.5.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 41d80d9cb..e49d1d3d5 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -56,3 +56,4 @@ install( add_manpage(sway 1) add_manpage(sway 5) +add_manpage(sway-input 5) diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt index ec5d1314d..26e0c2584 100644 --- a/sway/sway-input.5.txt +++ b/sway/sway-input.5.txt @@ -1,12 +1,12 @@ ///// vim:set ts=4 sw=4 tw=82 noet: ///// -sway (5) -======== +sway-input (5) +============== Name ---- -sway - input configuration file and commands +sway-input - input configuration file and commands Description -----------