summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorJulian <MyFakeAcc.4@googlemail.com>2017-10-09 17:30:41 +0200
committerwm4 <wm4@nowhere>2017-10-09 20:48:44 +0200
commit81cf58c8c47430cc3308ff9b33ea3fe5c83c221c (patch)
treecdc82bb146fc3c7427c8d7b603d90303ced6fd43 /wscript_build.py
parent92a9150cc253fb3ce21228d5b5afb6a06d7054fd (diff)
downloadmpv-81cf58c8c47430cc3308ff9b33ea3fe5c83c221c.tar.bz2
mpv-81cf58c8c47430cc3308ff9b33ea3fe5c83c221c.tar.xz
stats: add documentation
stats.rst is heavily based on osc.rst
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index cb66fbec40..7f0991f13a 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -4,7 +4,7 @@ import os
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 ipc.rst changes.rst""".split()
+ input.rst osc.rst stats.rst lua.rst ipc.rst changes.rst""".split()
manpage_sources = ['DOCS/man/'+x for x in manpage_sources_basenames]