Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
meson.build: fix typo in summary: docs → mans
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Oct 28, 2020
1 parent 5c565d0 commit 8a7ac06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -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).
Expand Down

0 comments on commit 8a7ac06

Please sign in to comment.