From a5817b18ec2e770cfea0e51ae3350943c3287956 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 19 Mar 2021 22:50:47 +0100 Subject: build: Add dist script --- meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 393ecd83..2de7652d 100644 --- a/meson.build +++ b/meson.build @@ -523,6 +523,12 @@ if get_option('docs') subdir('doc/reference') endif +# Dist + +meson.add_dist_script( + find_program('meson_changelog.sh'), +) + # Simple compat Makefile makefile_conf = configuration_data() -- cgit v1.2.1