aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2018-07-11 15:36:24 +0200
committerGitHub <noreply@github.com>2018-07-11 15:36:24 +0200
commit544164b151ada2a599dc630a49da6cd76682baf8 (patch)
tree5c5402d1c68bdc93b9ccfd979c3b58b9fc3c5513
parent8bee30367e29c144b223c00a94754664732f6019 (diff)
downloadmeson-544164b151ada2a599dc630a49da6cd76682baf8.zip
meson-544164b151ada2a599dc630a49da6cd76682baf8.tar.gz
meson-544164b151ada2a599dc630a49da6cd76682baf8.tar.bz2
docs: Minor clarifications of gnome.compile_resources
This was causing confusion for a user about the fact any directory can be passed
-rw-r--r--docs/markdown/Gnome-module.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 634fe79..6b63f8a 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -40,8 +40,8 @@ file called `foobar.h`, which you can then include in your sources.
* `install_dir`: (*Added 0.37.0*) location to install the header or
bundle depending on previous options
* `install_header`: (*Added 0.37.0*) if true, install the header file
-* `source_dir`: a list of subdirectories where the resource compiler
- should look up the files, relative to the location of the XML file
+* `source_dir`: a list of directories where the resource compiler
+ should look up the files
Returns an array containing: `[c_source, header_file]` or
`[gresource_bundle]`