From 5516422144a1e67a0ae7ff6dfc384c552f14faea Mon Sep 17 00:00:00 2001 From: PRESFIL Date: Sat, 26 Mar 2022 23:00:56 +0300 Subject: [PATCH] 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. --- mu4e/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mu4e/meson.build b/mu4e/meson.build index 095977e3..c32d63c1 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',