summaryrefslogtreecommitdiff
path: root/builds/toplevel.mk
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-05-06 16:44:58 +0000
committerWerner Lemberg <wl@gnu.org>2006-05-06 16:44:58 +0000
commit1639c7948231b4dcba4e00b6b9db1bbc3fb929e9 (patch)
tree7a59d22688699a3f78b7651d3ce0b945a8772b85 /builds/toplevel.mk
parent4f3b5bbd958a4abe05f7d3831b103bb72b9b9488 (diff)
downloadfreetype2-1639c7948231b4dcba4e00b6b9db1bbc3fb929e9.tar.gz
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
* builds/unix/configure.ac (version_info): Set to 9:10:3. * builds/win32/visualc/index.html, builds/win32/visualc/freetype.dsp, builds/win32/visualc/freetype.vcproj, builds/freetype.mk (refdoc), Jamfile (RefDoc), README: s/220/221/, s/2.2.0/2.2.1/. Minor updates. * docs/CHANGES, docs/VERSION.DLL, docs/PROBLEMS, README.CVS: Updated. * builds/unix/install-sh: Updated from `texinfo' CVS module at savannah.gnu.org. * devel/ftoption.h: Synchronize with include/freetype/config/ftoption.h.
Diffstat (limited to 'builds/toplevel.mk')
-rw-r--r--builds/toplevel.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index aab0fd118..48a454cbb 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -17,18 +17,18 @@
#
# It works as follows:
#
-# - When invoked for the first time, this Makefile will include the rules
-# found in `PROJECT/builds/detect.mk'. They are in charge of detecting
-# the current platform.
+# - When invoked for the first time, this Makefile includes the rules found
+# in `PROJECT/builds/detect.mk'. They are in charge of detecting the
+# current platform.
#
-# A summary of the detection will be displayed, and the file `config.mk'
-# will be created in the current directory.
+# A summary of the detection is displayed, and the file `config.mk' is
+# created in the current directory.
#
-# - When invoked later, this Makefile will include the rules found in
-# `config.mk'. This sub-Makefile will define some system-specific
-# variables (like compiler, compilation flags, object suffix, etc.), then
-# include the rules found in `PROJECT/builds/PROJECT.mk', used to build
-# the library.
+# - When invoked later, this Makefile includes the rules found in
+# `config.mk'. This sub-Makefile defines some system-specific variables
+# (like compiler, compilation flags, object suffix, etc.), then includes
+# the rules found in `PROJECT/builds/PROJECT.mk', used to build the
+# library.
#
# See the comments in `builds/detect.mk' and `builds/PROJECT.mk' for more
# details on host platform detection and library builds.
@@ -56,7 +56,7 @@ endif
# FTMODULE_H, as its name suggests, indicates where the FreeType module
-# classes resides.
+# class file resides.
#
FTMODULE_H ?= $(OBJ_DIR)/ftmodule.h