From 747074c9952b1c4a96b15c2f29848f9339442db1 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 28 May 2013 12:30:05 +0200 Subject: [PATCH] LibUCW: Documented OptionalInclude in configuration files. --- ucw/doc/config.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.) -- 2.39.2