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.
This commit is contained in:
PRESFIL 2022-03-26 23:00:56 +03:00 committed by GitHub
parent 5a28cdfba4
commit 5516422144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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',