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

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