meson/mesonbuild/scripts
Christoph Reiter 27c5d9f16f gnome.yelp(): Fix media symlink fallback path
When the media file for a specific language doesn't exist we try to symlink
it to the C one. If symlinking fails we need to fall back to copying the C
one like in the non-symlink case.

The fallback code path didn't set the source so this always failed.

Also check if the C fallback exists before trying to symlink/copy, otherwise
we crash if C isn't the first lang we try.
2019-06-06 19:15:04 +03:00
..
__init__.py style: [E1**] Indentation 2017-01-11 12:33:27 -05:00
clangformat.py Also format headers with Clang-Format. Closes #5184. 2019-04-01 01:26:53 +03:00
cleantrees.py Use a script to clean-up custom-target output dirs 2016-12-19 22:31:26 +05:30
commandrunner.py Better Python exe detector. Closes #4614. 2018-12-12 16:15:18 +02:00
coverage.py Add gcovr 4.2 support 2019-04-24 20:05:21 +02:00
delwithsuffix.py Remove unused variables. 2017-05-17 04:41:54 -04:00
depfixer.py Fix unused variables warnings 2019-04-29 12:22:50 +02:00
dirchanger.py remove shebangs from scripts 2016-12-18 16:55:34 +01:00
dist.py Don't use len() to test for container emptiness 2019-04-25 12:28:51 -07:00
gettext.py gettext: prefer POTFILES.in if it exists 2019-03-28 23:22:23 +02:00
gtkdochelper.py Don't use len() to test for container emptiness 2019-04-25 12:28:51 -07:00
hotdochelper.py modules: Add an 'hotdoc' module 2018-08-28 18:18:40 -03:00
meson_exe.py Don't use len() to test for container emptiness 2019-04-25 12:28:51 -07:00
msgfmthelper.py i18n: add args keyword to merge_file 2019-04-22 14:54:05 +03:00
regen_checker.py Set the meson command to use when we know what it is 2018-06-01 19:20:04 +00:00
scanbuild.py Update list of potential scan-build binaries. Closes #5287. 2019-04-22 21:44:03 +03:00
symbolextractor.py Don't use len() to test for container emptiness 2019-04-25 12:28:51 -07:00
uninstall.py Remove directories created by ninja install 2017-08-01 11:40:28 +01:00
vcstagger.py Read file as utf8 on python3 2019-04-03 21:42:15 +03:00
yelphelper.py gnome.yelp(): Fix media symlink fallback path 2019-06-06 19:15:04 +03:00