summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-06-14 08:09:25 +0000
committerWerner Lemberg <wl@gnu.org>2002-06-14 08:09:25 +0000
commit89df58f8e691967b490bd0bf17a066c7cd2f306c (patch)
treee7d5cedf1804e620236d848c7587a24565b92619 /docs/INSTALL
parent2bf2376ced010adf5e80393b1216654f23224cd5 (diff)
downloadfreetype2-89df58f8e691967b490bd0bf17a066c7cd2f306c.tar.gz
* Makefile, configure, */*.mk, builds/unix/unix-def.in,
docs/CHANGES, docs/INSTALL: s/TOP/TOP_DIR/.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index e959ed8d6..22207e383 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -118,15 +118,15 @@ II. From the command line
If you want to build FreeType 2 in another directory, you must set
- two environment variables, `OJB_DIR' and `TOP'. The former gives
- the directory where the object files and the library should be
+ two environment variables, `OJB_DIR' and `TOP_DIR'. The former
+ gives the directory where the object files and the library should be
created (this directory must exist), the latter the top directory of
the FreeType 2 source tree. Example:
- OBJ_DIR=~/freetype2.compiled TOP=~/freetype2 \
- make -f$TOP/Makefile setup ansi
- OBJ_DIR=~/freetype2.compiled TOP=~/freetype2 \
- make -f$TOP/Makefile
+ OBJ_DIR=~/freetype2.compiled TOP_DIR=~/freetype2 \
+ make -f$TOP_DIR/Makefile setup ansi
+ OBJ_DIR=~/freetype2.compiled TOP_DIR=~/freetype2 \
+ make -f$TOP_DIR/Makefile
On Unix boxes, calling `configure' from the build directory is
sufficient; it will build a small Makefile which calls the