summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-17 10:17:38 +0200
committerMax Kellermann <max@musicpd.org>2018-10-17 10:17:38 +0200
commit937f49f1e95844d12e6a42456329c6725146b8b3 (patch)
tree9a67b8c0e547a73c3a39b47a0d0b7b60985dce0d /doc/meson.build
parentee59e20c28afff63c38c9e2842ed8a08b4dc337a (diff)
doc/index.rst: link the converted protocol documentation
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 10e24eb35..13ee47a4c 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -6,6 +6,7 @@ sphinx_output = custom_target(
output: 'html',
input: [
'index.rst', 'user.rst', 'developer.rst',
+ 'protocol.rst',
'conf.py',
],
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],