From 2a74ebb03135fe0152c4866bf74d02cd758ef2ea Mon Sep 17 00:00:00 2001 From: Emanuele Di Giacomo Date: Tue, 9 Apr 2024 12:34:50 +0200 Subject: [PATCH] Install format/format_product_cosmo.py in confdir #300 --- conf/Makefile.am | 3 ++- conf/meson.build | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/Makefile.am b/conf/Makefile.am index 00f5672a..9109d977 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -13,7 +13,8 @@ nobase_dist_conf_DATA = \ scan/odimh5.py \ qmacro/noop.py \ qmacro/noopcopy.py \ - qmacro/expa.py + qmacro/expa.py \ + format/format_product_cosmo.py dist_doc_DATA = match-alias.simc.conf diff --git a/conf/meson.build b/conf/meson.build index 78694f56..8f514a57 100644 --- a/conf/meson.build +++ b/conf/meson.build @@ -17,5 +17,7 @@ install_data( 'qmacro/noopcopy.py', 'qmacro/expa.py', install_dir: conf_dir / 'qmacro') - +install_data( + 'format/format_product_cosmo.py', + install_dir: conf_dir / 'format') install_data('match-alias.simc.conf', install_dir: doc_dir)