[gedit] build: minor, group things together



commit 6e5ed2dafb7c4d62b8d0e169f7bc3c6e1c4d1978
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 12143df7d..769cfb843 100644
--- a/meson.build
+++ b/meson.build
@@ -156,6 +156,13 @@ if get_option('user_documentation')
   subdir('help')
 endif
 
+meson.add_install_script(
+  'build-aux/meson/post_install.py',
+  libdir, datadir,
+)
+
+# Summary message
+
 summary = [
   '',
   '------',
@@ -174,9 +181,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]