Skip to content

Commit

Permalink
Install format/format_product_cosmo.py in confdir #300
Browse files Browse the repository at this point in the history
  • Loading branch information
edigiacomo committed Apr 9, 2024
1 parent 5f3d4dc commit 2a74ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion conf/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2a74ebb

Please sign in to comment.