diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-01-15 19:24:32 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-01-15 19:24:32 +0200 |
| commit | 74108100d69a386cef78f649dc637cebc8610ba7 (patch) | |
| tree | 7c6c21278be880759319807858ac344c81b28d57 /meson.build | |
| parent | e2cd37eaf55913e055071d7cf15bbdeddb5d27e4 (diff) | |
build: include IDEAS.org, mu4e command
Include the IDEAS.org with installed data; add a command mu4e-ideas.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meson.build b/meson.build index e170584..e8cebe9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -## Copyright (C) 2022-2024 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2022-2025 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -282,7 +282,8 @@ configure_file(input: join_paths(build_aux, 'version.texi.in'), ################################################################################ # install some data files -install_data('NEWS.org', install_dir : join_paths(datadir,'doc', 'mu')) +install_data('NEWS.org', 'IDEAS.org', + install_dir : join_paths(datadir, 'doc', 'mu')) ################################################################################ # subdirs |
