manpage: add JSON IPC documentation

This commit is contained in:
Alessandro Ghedini
2014-10-14 22:35:37 +02:00
parent 13039414f5
commit e0f0f6fe26
5 changed files with 148 additions and 3 deletions

View File

@@ -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]