summaryrefslogtreecommitdiff
path: root/builds
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 /builds
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 'builds')
-rw-r--r--builds/unix/unix-def.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/builds/unix/unix-def.in b/builds/unix/unix-def.in
index 5675c24b8..5e04f1c6a 100644
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -24,7 +24,6 @@ SEP := /
# This is used for `make refdoc' and `make refdoc-venv'
#
PYTHON := @PYTHON@
-PIP := @PIP@
BIN := bin
# this is used for `make distclean' and `make install'