From 6214621b4eeac365e183aaaa91dd638ad57b0371 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 6 Feb 2024 13:18:38 +0100 Subject: [PATCH] meson: add forgotten files to lists (cherry picked from commit 669071f6249026b4415c42a9859accc425b36595) --- libsmartcols/meson.build | 2 ++ meson.build | 1 + 2 files changed, 3 insertions(+) diff --git a/libsmartcols/meson.build b/libsmartcols/meson.build index 560352d179..bedd6da976 100644 --- a/libsmartcols/meson.build +++ b/libsmartcols/meson.build @@ -72,3 +72,5 @@ if build_libsmartcols meson.override_dependency('smartcols', smartcols_dep) endif endif + +manadocs += ['libsmartcols/scols-filter.5.adoc'] diff --git a/meson.build b/meson.build index 539c715ca6..c3a61789cf 100644 --- a/meson.build +++ b/meson.build @@ -2221,6 +2221,7 @@ exe = executable( if opt and not is_disabler(exe) exes += exe manadocs += ['disk-utils/fdformat.8.adoc'] + bashcompletions += ['fdformat'] endif exe = executable( -- 2.47.3