From f0a2ba958f34c4f39bfe71642f72e8191bbb991d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 21 Mar 2021 14:35:17 +0000 Subject: build: Add dist script We want to ship the generated API reference in the release archive. --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson.build') 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()), -- cgit v1.2.1