From aa7e44069384016c57c417904bb45f6fa554981a Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 29 Apr 2011 05:39:35 +0200 Subject: [PATCH] doc: Made mention of the include directive. --- doc/dirplex.doc | 10 ++++++++++ doc/patplex.doc | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/dirplex.doc b/doc/dirplex.doc index cc794ba..7d1e41f 100644 --- a/doc/dirplex.doc +++ b/doc/dirplex.doc @@ -124,6 +124,16 @@ treated as comments and ignored. 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 diff --git a/doc/patplex.doc b/doc/patplex.doc index dbe8e96..2d9acbd 100644 --- a/doc/patplex.doc +++ b/doc/patplex.doc @@ -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 -*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 -- 2.11.0