geary/help
Niels De Graef 01c13f726f Port build system to Meson. Bug 777044.
Some remarks:

* Note that Meson adds a hard dependency on Python 3.

* All dependencies and defines are now listed together.

* Some build files were put in their respective subdirectories, e.g. the Geary
  engine library will be built from the Meson file in `src/engine`.

* `--fatal-warnings` is no longer an explicit flag, as Meson provides
  `-Dwerror=true` for this.

* An explicit resource file needs to be used. The issue to support this from
  Meson itself can be found at https://github.com/mesonbuild/meson/issues/706 .

* The `gnome.yelp()` function parses a LINGUAS file so we no longer need to keep
  track of all languages in our build system.

* There are no Debian scripts defined in the meson.build files to keep them
  clean, but they can be kept as separate scripts in `build-aux`.

* Left out the `dist` target as there is now `ninja dist`

* `geary-docs` is disabled by default, as valadoc-0.38.3 returns errors.

https://bugzilla.gnome.org/show_bug.cgi?id=777044
2017-12-12 00:27:46 +01:00
..
C Add missing id parameters and title to <section>s so yelp-check validates 2017-09-25 18:02:33 +02:00
cs Updated Czech translation 2017-09-25 19:00:49 +02:00
de Update German translation 2017-10-19 19:54:32 +00:00
el Fix typo in Greek user docs translation 2017-09-25 00:35:32 +02:00
es Update Spanish translation 2017-09-26 14:53:39 +00:00
fr Add French docs translation 2014-09-07 00:35:12 +02:00
it Update Italian translation 2017-05-31 13:39:07 +00:00
pl Update Polish translation 2017-11-19 20:05:39 +01:00
pt_BR Update Brazilian Portuguese translation 2017-09-26 22:33:02 +00:00
sv Update Swedish translation 2017-09-29 08:55:50 +00:00
CMakeLists.txt Add Swedish help translation 2017-04-29 19:49:08 +02:00
LINGUAS Port build system to Meson. Bug 777044. 2017-12-12 00:27:46 +01:00
Makefile.am Add Swedish help translation 2017-04-29 19:49:08 +02:00
meson.build Port build system to Meson. Bug 777044. 2017-12-12 00:27:46 +01:00