Expand and split by consecutive require delimiters

Resolves #832.
This commit is contained in:
Darko Poljak 2020-08-22 19:53:42 +02:00
commit c17541f24c
3 changed files with 17 additions and 2 deletions

View file

@ -95,7 +95,8 @@ Dependencies
------------
If you want to describe that something requires something else, just
setup the variable "require" to contain the requirements. Multiple
requirements can be added white space separated.
requirements can be added separated with (optionally consecutive)
delimiters including space, tab and newline.
::