summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2019-03-26 21:00:55 -0400
committerPekka Paalanen <pq@iki.fi>2019-05-20 08:21:31 +0000
commit6666dee52b1e980f91df6af0ca7cc73524efde11 (patch)
tree1da1896e7dc7657e050d2ec8765f8826eef40d10 /man/meson.build
parentcda278dd1d0d99d9845a8e8cb59588fd9e0c2e48 (diff)
downloadweston-6666dee52b1e980f91df6af0ca7cc73524efde11.tar.gz
man: Add weston-bindings(7) describing desktop shell shortcuts
The desktop-shell-specific bindings were identified from shell_add_bindings in desktop-shell/shell.c. Various general shortcuts (like Ctrl+Alt+F) are provided by files in libweston/ and compositor/ . Also introduce references to the new manual in weston(1) and weston.ini(5). Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index 80e23120..ab69aa54 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -16,6 +16,14 @@ configure_file(
)
configure_file(
+ input: 'weston-bindings.man',
+ output: 'weston-bindings.7',
+ install: true,
+ install_dir: join_paths(dir_man, 'man7'),
+ configuration: man_conf
+)
+
+configure_file(
input: 'weston-debug.man',
output: 'weston-debug.1',
install_dir: join_paths(dir_man, 'man1'),