[devhelp] build: minor coding style change
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] build: minor coding style change
- Date: Sun, 10 Jan 2021 16:15:43 +0000 (UTC)
commit b680420a537cb34c36b02310c9c4449d0e996ca5
Author: Sébastien Wilmet <sw swilmet be>
Date: Sun Jan 10 16:49:44 2021 +0100
build: minor coding style change
To have the same style as in data/meson.build.
plugins/meson.build | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/plugins/meson.build b/plugins/meson.build
index 74909771..f19dd9f2 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -1,11 +1,11 @@
+subdir('gedit-plugin')
+
install_data(
- 'devhelp.el',
- install_dir: get_option('datadir') / 'emacs' / 'site-lisp'
+ 'devhelp.el',
+ install_dir: get_option('datadir') / 'emacs/site-lisp'
)
install_data(
- 'devhelp.vim',
- install_dir: get_option('datadir') / 'vim' / 'vimfiles' / 'plugin'
+ 'devhelp.vim',
+ install_dir: get_option('datadir') / 'vim/vimfiles/plugin'
)
-
-subdir('gedit-plugin')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]