meson.build: fix typo in summary: docs → mans

This commit is contained in:
Michael Stapelberg 2020-10-28 17:32:33 +01:00 committed by Michael Stapelberg
parent 5c565d0ad4
commit 8a7ac068c8

View File

@ -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).