diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-21 04:36:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 04:36:30 -0400 |
commit | 2d659b649bf43963791cc6e9896da6ef46370743 (patch) | |
tree | 333ef612d1677be434a06a40a1fb74a12d8d482f /docs/markdown | |
parent | f171faee32b877aec064a1bc4ab91adda632299d (diff) | |
parent | 733aee123d79e9540395150fb5aecc43dd46068b (diff) | |
download | meson-2d659b649bf43963791cc6e9896da6ef46370743.zip meson-2d659b649bf43963791cc6e9896da6ef46370743.tar.gz meson-2d659b649bf43963791cc6e9896da6ef46370743.tar.bz2 |
Merge pull request #1924 from mesonbuild/tingping/yelp-fixes
Various yelp fixes
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Gnome-module.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 61b88ad..805ceaa 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -127,9 +127,11 @@ This also creates two targets for translations `help-$project-update-po` and `he * `sources`: list of pages * `media`: list of media such as images -* `symlink_media`: if media should be symlinked (requires newish yelp) defaults to `false` +* `symlink_media`: if media should be symlinked not copied (defaults to `true` since 0.41.0) * `languages`: list of languages for translations +Note that very old versions of yelp may not support symlinked media; At least 3.10 should work. + *Added 0.36.0* ### gnome.gtkdoc() |