From b0dc2feab3271dbcb42df6e6d8a37138a90c44a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Nov 2022 19:17:21 +0100 Subject: Merging upstream version 1.2. Signed-off-by: Daniel Baumann --- doc/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/meson.build') diff --git a/doc/meson.build b/doc/meson.build index d716c8b..60a92ed 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -85,7 +85,10 @@ if want_docs != 'false' endforeach else if want_docs == 'all' or want_docs == 'man' - install_subdir('man', install_dir: mandir) + list_pre_compiled = find_program('list-pre-compiled.sh') + m = run_command(list_pre_compiled, check: true) + man_pages = m.stdout().strip().split('\n') + install_data(man_pages, install_dir: mandir) endif endif endif -- cgit v1.2.3