summaryrefslogtreecommitdiff
path: root/templates/meson.build
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-02-01 20:03:22 -0500
committerShaun McCance <shaunm@redhat.com>2021-02-01 20:03:22 -0500
commita97c9ed35baa68ddefa8034cf97e13718034a246 (patch)
treeee9743a39eae159318cbfdf72db1185b89814b0f /templates/meson.build
parentab19610426aeb43e000294e790ab3cd1eab9b146 (diff)
downloadyelp-tools-a97c9ed35baa68ddefa8034cf97e13718034a246.tar.gz
Switch to new python tools
Diffstat (limited to 'templates/meson.build')
-rw-r--r--templates/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/meson.build b/templates/meson.build
index fa55c73..fdb424b 100644
--- a/templates/meson.build
+++ b/templates/meson.build
@@ -6,7 +6,9 @@ yelp_tools_templates_data = [
'reference.duck',
'reference.page',
'task.duck',
- 'task.page'
+ 'task.page',
+ 'info.ducktype.include',
+ 'info.mallard.include'
]
install_data(
@@ -14,4 +16,4 @@ install_data(
install_dir: join_paths(
pkgtemplatesdir,
)
-) \ No newline at end of file
+)