diff --git a/manual/Types/dirset.html b/manual/Types/dirset.html index 1a046a6d7..0434e9c22 100644 --- a/manual/Types/dirset.html +++ b/manual/Types/dirset.html @@ -61,7 +61,10 @@ equivalent to an <and> selector container.

includesfile The name of a file; each line of this file is - taken to be an include pattern. + taken to be an include pattern. + Note: if the file is empty and there are no other + patterns defined for the fileset, all directories will be included. + No diff --git a/manual/Types/fileset.html b/manual/Types/fileset.html index 10e78f7c7..9a7c7d716 100644 --- a/manual/Types/fileset.html +++ b/manual/Types/fileset.html @@ -71,7 +71,10 @@ equivalent to an <and> selector container.

includesfile the name of a file; each line of this file is - taken to be an include pattern. + taken to be an include pattern.
+ Note: if the file is empty and there are no other + patterns defined for the fileset, all files will be included. + No diff --git a/manual/Types/patternset.html b/manual/Types/patternset.html index d060d04d9..4ad433dbc 100644 --- a/manual/Types/patternset.html +++ b/manual/Types/patternset.html @@ -50,7 +50,10 @@ or the following attributes.

includesfile the name of a file; each line of this file is taken to be an include pattern. You can specify more than one - include file by using a nested includesfile elements. + include file by using a nested includesfile elements. + Note: if the file is empty and there are no other + patterns defined for the fileset, all files will be included. + excludes