From 937f49f1e95844d12e6a42456329c6725146b8b3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Oct 2018 10:17:38 +0200 Subject: doc/index.rst: link the converted protocol documentation --- doc/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/meson.build') 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@'], -- cgit v1.2.3