summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>2020-03-22 23:29:51 +0530
committerNikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>2020-03-22 23:29:51 +0530
commit13c0df80dca59ce2ef3ec125b08c5b6ea485535c (patch)
tree8303bf38f1e6a027d3b2fcfe61572a7255175b6d /docs
parent1fd3148713def5fe72ff6844a33e4fc896a80780 (diff)
downloadfreetype2-13c0df80dca59ce2ef3ec125b08c5b6ea485535c.tar.gz
[docs] Fix building docs if `srcdir' != `builddir'.
`docs/reference/*' was moved one directory up in commit 237fed6. * builds/unix/unix-def.in (PIP): Remove variable. * configure: Create `docs' directory and copy assets from `docs/markdown'. * docs/README: Output directory is `reference'.
Diffstat (limited to 'docs')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index f82382d45..d71fd379c 100644
--- a/docs/README
+++ b/docs/README
@@ -1,4 +1,4 @@
-After saying `make refdoc' or `make refdoc-venv' the `site/' directory
+After saying `make refdoc' or `make refdoc-venv' the `reference/' directory
contains the FreeType API reference. You need Python >= 3.5 and pip to make
this target.