summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-21 14:35:17 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-21 14:58:09 +0000
commitf0a2ba958f34c4f39bfe71642f72e8191bbb991d (patch)
tree4646e8977b4dea1341eafbe22e59acc69f6cf442 /meson.build
parent5e1ecb460b76050cf5cf06c0dbd29489806cf9f6 (diff)
downloadgdk-pixbuf-f0a2ba958f34c4f39bfe71642f72e8191bbb991d.tar.gz
build: Add dist script
We want to ship the generated API reference in the release archive.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4725e9498..aa1179453 100644
--- a/meson.build
+++ b/meson.build
@@ -408,6 +408,10 @@ if not meson.is_cross_build()
endif
endif
+if not meson.is_subproject()
+ meson.add_dist_script('build-aux/dist.py')
+endif
+
summary = [
'',
'GDK-Pixbuf @0@'.format(meson.project_version()),