summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-03-19 22:50:47 +0100
committerChristian Persch <chpe@src.gnome.org>2021-03-19 22:50:47 +0100
commita5817b18ec2e770cfea0e51ae3350943c3287956 (patch)
treed758e067671db47ea1b2efcfd9d58796adacc76d /meson.build
parent4c85df696c8ee4e858cd0584410b2ddfc98fc4ed (diff)
downloadvte-a5817b18ec2e770cfea0e51ae3350943c3287956.tar.gz
build: Add dist script
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
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()