summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-02-05 19:50:48 -0800
committerwm4 <wm4@nowhere>2014-02-06 13:45:35 +0100
commit30ffbc65bd758742e6c1989796a009912bee7222 (patch)
treeb2c339a9163b6ed6c19c0b54d060af021c72413d
parent01d9e402004da6ebbdb58cfa8b6110ee2c350a71 (diff)
downloadmpv-30ffbc65bd758742e6c1989796a009912bee7222.tar.bz2
mpv-30ffbc65bd758742e6c1989796a009912bee7222.tar.xz
DOCS/waf-buildsystem: add link to the Waf book
-rw-r--r--DOCS/waf-buildsystem.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst
index d8e4270c11..cc05511b2d 100644
--- a/DOCS/waf-buildsystem.rst
+++ b/DOCS/waf-buildsystem.rst
@@ -45,7 +45,7 @@ mpv's custom configure step on top of waf
To some extents mpv has a custom build system written on top of waf. This
document will not go over the standard waf behaviour as that is documented in
-the ``Waf book``.
+the `Waf book <http://docs.waf.googlecode.com/git/book_17/single.html>`_.
All of the configuration process is handled with a declarative approach. Lists
of dictionaries define the checks, and some custom Python code traverses these