Merge pull request #2225 from PRESFIL/install-mu4e-about
meson: Install mu4e/mu4e-about.org
This commit is contained in:
@ -95,6 +95,9 @@ endforeach
|
|||||||
# also install the sources.
|
# also install the sources.
|
||||||
install_data(mu4e_all_srcs, install_dir: lispdir)
|
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()
|
if makeinfo.found()
|
||||||
custom_target('mu4e_info',
|
custom_target('mu4e_info',
|
||||||
input: 'mu4e.texi',
|
input: 'mu4e.texi',
|
||||||
|
|||||||
Reference in New Issue
Block a user