summaryrefslogtreecommitdiff
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/meson.build b/templates/meson.build
new file mode 100644
index 0000000..19b7cf3
--- /dev/null
+++ b/templates/meson.build
@@ -0,0 +1,10 @@
+yelp_tools_templates_data = [
+ 'task.page',
+]
+
+install_data(
+ yelp_tools_templates_data,
+ install_dir: join_paths(
+ pkgtemplatesdir,
+ )
+) \ No newline at end of file