doc/user.rst: document include_optional directive
This commit is contained in:
parent
df1bf28caa
commit
08c70b0702
@ -219,6 +219,13 @@ another file; the given file name is relative to the current file:
|
|||||||
|
|
||||||
include "other.conf"
|
include "other.conf"
|
||||||
|
|
||||||
|
You can use :code:`include_optional` instead if you want the included file
|
||||||
|
to be optional; the directive will be ignored if the file does not exist:
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
include_optional "may_not_exist.conf"
|
||||||
|
|
||||||
Configuring the music directory
|
Configuring the music directory
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user