summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-04-11 23:09:42 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-04-11 23:09:42 +0100
commit09ecf4ca47d865107fc022ad8af0889038894df4 (patch)
tree5a2bde669d477ae47a58ae222ea2570166e1e95e /meson.build
parentc25634284bb6b85f5dfb12023fe76158dca9d617 (diff)
downloadgnome-dictionary-09ecf4ca47d865107fc022ad8af0889038894df4.tar.gz
Add helper scripts for Meson builds
We need a post-install trigger for builds that do not go through a packaging tool, or jhbuild. We also need a small script to make a release out of the Git repository.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2c12a4a..db57020 100644
--- a/meson.build
+++ b/meson.build
@@ -135,3 +135,6 @@ subdir('src')
subdir('po')
subdir('data')
subdir('help')
+
+# Post-installation trigger
+meson.add_install_script ('build-aux/post-install.sh')