From fb0ead17880e3429890401c5c0d59577f534c2ea Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Oct 2018 22:51:09 +0100 Subject: doc/meson.build: add missing dependency --- doc/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/meson.build b/doc/meson.build index e369e1093..d3a5ad12d 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', + 'plugins.rst', 'protocol.rst', 'conf.py', ], -- cgit v1.2.3