summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2020-10-28 17:32:33 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2020-10-28 21:34:48 +0100
commit8a7ac068c8359e5aae513854f0b21bce4460e8aa (patch)
tree5cb3d06a9c42ed5fc0325c77e43db8391b989a36
parent5c565d0ad46b66f0941424c06acfb67808b5164b (diff)
downloadi3-8a7ac068c8359e5aae513854f0b21bce4460e8aa.tar.gz
i3-8a7ac068c8359e5aae513854f0b21bce4460e8aa.zip
meson.build: fix typo in summary: docs → mans
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0c3f14c9..93855840 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).