From 8a7ac068c8359e5aae513854f0b21bce4460e8aa Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 28 Oct 2020 17:32:33 +0100 Subject: [PATCH] =?UTF-8?q?meson.build:=20fix=20typo=20in=20summary:=20doc?= =?UTF-8?q?s=20=E2=86=92=20mans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0c3f14c9c..938558402 100644 --- a/meson.build +++ b/meson.build @@ -289,7 +289,7 @@ else endif if meson.version().version_compare('>=0.53') - summary('build manpages (-Dmans)', get_option('docs')) + summary('build manpages (-Dmans)', get_option('mans')) endif # Required for e.g. struct ucred to be defined as per unix(7).