From: Pavel Charvat Date: Tue, 28 May 2013 10:30:05 +0000 (+0200) Subject: LibUCW: Documented OptionalInclude in configuration files. X-Git-Tag: v5.99~81 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=747074c9952b1c4a96b15c2f29848f9339442db1;p=libucw.git LibUCW: Documented OptionalInclude in configuration files. --- diff --git a/ucw/doc/config.txt b/ucw/doc/config.txt index 7bf63691..52598016 100644 --- a/ucw/doc/config.txt +++ b/ucw/doc/config.txt @@ -139,7 +139,11 @@ Including other files To include another file, use the command - include another/file + Include another/file + +or if the file needs not to exist + + OptionalInclude another/file (Beware that this command has to be the last one on the line.)