summaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/CHANGES4
-rw-r--r--docs/INSTALL12
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index d084179a3..3af33e8c9 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1270,7 +1270,7 @@ OLD CHANGES 16 May 2000
Here's a layout of the new directory hierarchy:
- TOP
+ TOP_DIR
include/
freetype/
freetype.h
@@ -1298,7 +1298,7 @@ OLD CHANGES 16 May 2000
Compiling a module is now much easier, for example, the following
- should work when in the TOP directory on an ANSI build:
+ should work when in the TOP_DIR directory on an ANSI build:
gcc -c -I./include -I./src/base src/base/ftbase.c
gcc -c -I./include -I./src/sfnt src/sfnt/sfnt.c
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