mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
manpage: add JSON IPC documentation
This commit is contained in:
@@ -3,7 +3,7 @@ import re
|
||||
def _add_rst_manual_dependencies(ctx):
|
||||
manpage_sources_basenames = """
|
||||
options.rst ao.rst vo.rst af.rst vf.rst encode.rst
|
||||
input.rst osc.rst lua.rst changes.rst""".split()
|
||||
input.rst osc.rst lua.rst ipc.rst changes.rst""".split()
|
||||
|
||||
manpage_sources = ['DOCS/man/'+x for x in manpage_sources_basenames]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user