doc: Made mention of the include directive.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 29 Apr 2011 03:39:35 +0000 (05:39 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 29 Apr 2011 03:39:35 +0000 (05:39 +0200)
doc/dirplex.doc
doc/patplex.doc

index cc794ba..7d1e41f 100644 (file)
@@ -124,6 +124,16 @@ treated as comments and ignored.
 
 The follow configuration directives are recognized:
 
 
 The follow configuration directives are recognized:
 
+*include* ['FILENAME'...]::
+
+       Read the the named files and act as if their contents stood in
+       place of the *include* stanza. A 'FILENAME' may be a glob
+       pattern, in which case all matching files are used, sorted by
+       their filenames. If a 'FILENAME' is a relative path, it is
+       treated relative to the directory containing the file from
+       which the *include* stanza was read, even if the inclusion has
+       been nested. Inclusions may be nested to any level.
+
 *index-file* ['FILENAME'...]::
 
        The given 'FILENAMEs' are used for finding index files (see
 *index-file* ['FILENAME'...]::
 
        The given 'FILENAMEs' are used for finding index files (see
index dbe8e96..2d9acbd 100644 (file)
@@ -46,9 +46,9 @@ Should the global and the given configuration files conflict, the
 directives from the given file take precedence.
 
 The configuration files follow the same general format as for
 directives from the given file take precedence.
 
 The configuration files follow the same general format as for
-*dirplex*(1), though the recognized stanzas differ. The *child* and
-*fchild* stanzas are also shared with *dirplex*(1), so see its manpage
-for a description thereof.
+*dirplex*(1), though the recognized stanzas differ. The *child*,
+*fchild* and *include* stanzas are also shared with *dirplex*(1), so
+see its manpage for a description thereof.
 
 *patplex* recognizes the *match* stanza, which takes no arguments, but
 must contain at least one follow-up line to specify match rules. All
 
 *patplex* recognizes the *match* stanza, which takes no arguments, but
 must contain at least one follow-up line to specify match rules. All