summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2018-03-13 09:27:14 +0000
committerMartin Blanchard <tchaik@gmx.com>2018-09-03 22:43:15 +0100
commit36cac1db2806a6f50baaec01469f710061b42910 (patch)
tree46d0264e5a49697ad4d25ba479383d295aa41b5d /help
parent54a1bd6142d367b18a36d1ba96705840042747be (diff)
downloadyelp-tools-36cac1db2806a6f50baaec01469f710061b42910.tar.gz
build: Port to meson build system
The meson is a build system focused on speed an ease of use, which helps speeding up the software development. https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://gitlab.gnome.org/GNOME/yelp-tools/issues/17 https://bugzilla.gnome.org/show_bug.cgi?id=794279
Diffstat (limited to 'help')
-rw-r--r--help/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..acf5127
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,12 @@
+yelp_tools_help_sources = [
+ 'index.page',
+ 'yelp-build.page',
+ 'yelp-check.page',
+ 'yelp-new.page',
+ 'yelp.m4.page',
+]
+
+gnome.yelp(
+ package_name,
+ sources: yelp_tools_help_sources,
+) \ No newline at end of file