doc/meson.build: add missing dependency
This commit is contained in:
parent
32013ad4a6
commit
fb0ead1788
|
@ -6,6 +6,7 @@ sphinx_output = custom_target(
|
||||||
output: 'html',
|
output: 'html',
|
||||||
input: [
|
input: [
|
||||||
'index.rst', 'user.rst', 'developer.rst',
|
'index.rst', 'user.rst', 'developer.rst',
|
||||||
|
'plugins.rst',
|
||||||
'protocol.rst',
|
'protocol.rst',
|
||||||
'conf.py',
|
'conf.py',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue