aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-27 13:23:10 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-27 13:23:10 -0500
commitf876009c7f5c332af5d60b19ccbf8d991b972ffa (patch)
tree8bce418ffaaf1642cc7987432bc8cc4f577bb4b3 /meson.build
parentMake load_include_configs void. Fix some cases where WD would not be restored. (diff)
downloadsway-f876009c7f5c332af5d60b19ccbf8d991b972ffa.tar.gz
sway-f876009c7f5c332af5d60b19ccbf8d991b972ffa.tar.zst
sway-f876009c7f5c332af5d60b19ccbf8d991b972ffa.zip
Add sway-ipc.7.scd to document IPC protocol
This add `sway-ipc.7.scd` that documents the IPC protocol. This also increased the minimum scdoc version from 1.8.1 to 1.9.0 to allow for table cells to be continued on the following line
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d3172bdd..45df8799 100644
--- a/meson.build
+++ b/meson.build
@@ -107,6 +107,7 @@ if scdoc.found()
107 'sway/sway.5.scd', 107 'sway/sway.5.scd',
108 'sway/sway-bar.5.scd', 108 'sway/sway-bar.5.scd',
109 'sway/sway-input.5.scd', 109 'sway/sway-input.5.scd',
110 'sway/sway-ipc.7.scd',
110 'sway/sway-output.5.scd', 111 'sway/sway-output.5.scd',
111 'swaymsg/swaymsg.1.scd', 112 'swaymsg/swaymsg.1.scd',
112 'swaynag/swaynag.1.scd', 113 'swaynag/swaynag.1.scd',