[gedit/zbrown/deteplification-src: 70/633] build: minor, group things together
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 70/633] build: minor, group things together
- Date: Sat, 10 Apr 2021 12:47:53 +0000 (UTC)
commit e4548a8d9bfe6b3c94321e80a47e3df25416198d
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Dec 4 16:47:41 2019 +0100
build: minor, group things together
Use variables close to where they are defined.
meson.build | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index faef0635a..5005aeded 100644
--- a/meson.build
+++ b/meson.build
@@ -175,6 +175,13 @@ if get_option('user_documentation')
subdir('help')
endif
+meson.add_install_script(
+ 'build-aux/meson/post_install.py',
+ libdir, datadir,
+)
+
+# Summary message
+
summary = [
'',
'------',
@@ -194,9 +201,4 @@ summary = [
'------',
]
-meson.add_install_script(
- 'build-aux/meson/post_install.py',
- libdir, datadir,
-)
-
message('\n'.join(summary))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]