[gegl] meson: move dist-script.sh to tools/
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] meson: move dist-script.sh to tools/
- Date: Fri, 16 Aug 2019 20:21:55 +0000 (UTC)
commit ed254abd0a8c9c04d1a7f6088372c1955acacfca
Author: Øyvind Kolås <pippin gimp org>
Date: Fri Aug 16 22:20:40 2019 +0200
meson: move dist-script.sh to tools/
meson.build | 1 -
dist-script.sh => tools/dist-script.sh | 0
tools/meson.build | 3 +++
3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 79c2e910f..979337873 100644
--- a/meson.build
+++ b/meson.build
@@ -354,7 +354,6 @@ pkgconfig.generate(filebase: 'gegl-' + api_version,
)
-meson.add_dist_script('dist-script.sh')
message('\n'.join(['',
'Building GEGL with prefix=@0@'.format(get_option('prefix')),
diff --git a/dist-script.sh b/tools/dist-script.sh
similarity index 100%
rename from dist-script.sh
rename to tools/dist-script.sh
diff --git a/tools/meson.build b/tools/meson.build
index 74fd37fcd..43c549586 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -78,3 +78,6 @@ endif
gen_loader = find_program('gen-loader.sh')
gobj2dot = find_program('gobj2dot.rb')
+
+
+meson.add_dist_script('dist-script.sh')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]