diff options
| author | PRESFIL <PRESFIL@users.noreply.github.com> | 2022-03-26 23:00:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 23:00:56 +0300 |
| commit | 5516422144a1e67a0ae7ff6dfc384c552f14faea (patch) | |
| tree | f8d54c760d249c2ae88dbbef01122281dab58356 /mu4e/meson.build | |
| parent | 5a28cdfba4743d9d771fc5ee432ce23ca834b38a (diff) | |
meson: Install mu4e/mu4e-about.org
`mu4e` expects this file when activating the [A]bout link in `mu4e-main`
view, but when building the `mu-git` package from the AUR, this file
did not appear in the resulting package.
Now this file is not lost.
Diffstat (limited to 'mu4e/meson.build')
| -rw-r--r-- | mu4e/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mu4e/meson.build b/mu4e/meson.build index 095977e..c32d63c 100644 --- a/mu4e/meson.build +++ b/mu4e/meson.build @@ -95,6 +95,9 @@ endforeach # also install the sources. install_data(mu4e_all_srcs, install_dir: lispdir) +# install mu4e-about.org +install_data('mu4e-about.org', install_dir : join_paths(datadir, 'doc', 'mu')) + if makeinfo.found() custom_target('mu4e_info', input: 'mu4e.texi', |
