meson/mesonbuild/scripts
Tim-Philipp Müller 5ebc77f722 i18n: use POTFILES.in as fallback if there's no POTFILES in po dir
In autotools POTFILES is generated at configure time from POTFILES.in,
but Meson only looks for a po/POTFILES in the source directory, which
is awkward when trying to maintain both build systems in parallel.
Instead just use POTFILES.in as fallback if it exists but POTFILES
does not. Also print an error if neither exists.

Fixes #818
2016-09-25 20:06:02 +01:00
..
__init__.py Remove unneeded shebang line that was triggering some linters. 2016-09-07 22:06:33 +03:00
commandrunner.py Made gtkdoc and run targets work. 2016-01-16 18:04:59 +02:00
delwithsuffix.py Fix argv count requirement in delwithsuffix.py script 2016-04-28 14:10:34 +02:00
depfixer.py Convert depfixer.Elf class into a context manager. 2016-08-27 18:29:56 -04:00
dirchanger.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
gettext.py i18n: use POTFILES.in as fallback if there's no POTFILES in po dir 2016-09-25 20:06:02 +01:00
gtkdochelper.py gtkdochelper: Add error checking and printing 2016-07-24 13:48:12 +05:30
meson_benchmark.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00
meson_exe.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00
meson_install.py Merge branch 'QuLogic-context-managers' 2016-09-01 23:12:06 +03:00
meson_test.py Add a new 'environment' object to be used to build test environment (#781) 2016-09-14 23:11:27 +03:00
regen_checker.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00
scanbuild.py Automagic scan-build support. 2016-05-22 19:24:59 +03:00
symbolextractor.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00
vcstagger.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00