From e8b9319a66d5af7c5727527a2d70a36d6979e66f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Mar 2025 09:20:19 -0400 Subject: [PATCH] docs: Add some detail Mention that glib-compile-resources accepts multiple --sourcedir options. --- docs/reference/gio/glib-compile-resources.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/gio/glib-compile-resources.rst b/docs/reference/gio/glib-compile-resources.rst index 096dc1dbb..2e24c1b99 100644 --- a/docs/reference/gio/glib-compile-resources.rst +++ b/docs/reference/gio/glib-compile-resources.rst @@ -63,7 +63,8 @@ OPTIONS ``--sourcedir `` The files referenced in ``FILE`` are loaded from this directory. If not - specified, the current directory is used. + specified, the current directory is used. If ``--sourcedir`` is used more + than once, the specified directories are searched in order. ``--generate`` @@ -178,4 +179,4 @@ ENVIRONMENT The full path to the ``json-glib-format`` executable. This is used to preprocess resources with the ``json-stripblanks`` preprocessing option. If this environment variable is not set, ``json-glib-format`` is searched for in - the ``PATH``. \ No newline at end of file + the ``PATH``.