doc/meson.build: add missing dependency

This commit is contained in:
Max Kellermann 2018-10-30 22:51:09 +01:00
parent 32013ad4a6
commit fb0ead1788
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ sphinx_output = custom_target(
output: 'html',
input: [
'index.rst', 'user.rst', 'developer.rst',
'plugins.rst',
'protocol.rst',
'conf.py',
],