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',
|
||||
input: [
|
||||
'index.rst', 'user.rst', 'developer.rst',
|
||||
'plugins.rst',
|
||||
'protocol.rst',
|
||||
'conf.py',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue