summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2005-11-14 15:31:13 +0000
committerBoris Kolpackov <boris@kolpackov.net>2005-11-14 15:31:13 +0000
commit3dd1faa5c849dbeb59a88653068c010699ce86f7 (patch)
tree8113d5a2f399afe057181e718267fd6d04441897 /doc
parent82103b1a49394a7063f8cddfc89f759ddf847de9 (diff)
downloadgunmake-3dd1faa5c849dbeb59a88653068c010699ce86f7.tar.gz
Implemented the .INCLUDE_DIRS special variable. It expands to a list
of directories that make searches for included makefiles.
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/make.texi b/doc/make.texi
index cc5f061..62ad82e 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -1390,6 +1390,11 @@ Supports the @code{-L} (@code{--check-symlink-times}) flag.
@end table
+@vindex .INCLUDE_DIRS @r{(list of include directories)}
+@item .INCLUDE_DIRS
+Expands to a list of directories that @code{make} searches for
+included makefiles (@pxref{Include, , Including Other Makefiles}).
+
@end table
@node Remaking Makefiles, Overriding Makefiles, Special Variables, Makefiles