diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-30 22:51:09 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-30 22:51:09 +0100 |
commit | fb0ead17880e3429890401c5c0d59577f534c2ea (patch) | |
tree | d87f34ada0b58524028a13c70c2a3bf2dccb90ec | |
parent | 32013ad4a66197066c6564fd8cba31ae68c0571e (diff) |
doc/meson.build: add missing dependency
-rw-r--r-- | doc/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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', ], |