Description: in Debian, the package is called "maildir-utils", not "mu",
 and so the doc's are installed into ${datadir}/doc/maildir-utils.
Author: Norbert Preining <preining@debian.org>
Author: Jeremy Sowden <jeremy@azazel.net>
Last-Update: 2023-11-03
Forwarded: not-needed

--- a/mu4e/meson.build
+++ b/mu4e/meson.build
@@ -25,7 +25,7 @@
       'VERSION'         : meson.project_version(),
       # project_build_root() with meson >= 0.56
       'abs_top_builddir': join_paths(meson.current_build_dir()),
-      'MU_DOC_DIR'      : join_paths(datadir, 'doc', 'mu'),
+      'MU_DOC_DIR'      : join_paths(datadir, 'doc', 'maildir-utils'),
     })
 
 mu4e_srcs=[
