Codebase list i3-gaps / 8a7ac06
meson.build: fix typo in summary: docs → mans Michael Stapelberg authored 3 years ago Michael Stapelberg committed 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
288288 endif
289289
290290 if meson.version().version_compare('>=0.53')
291 summary('build manpages (-Dmans)', get_option('docs'))
291 summary('build manpages (-Dmans)', get_option('mans'))
292292 endif
293293
294294 # Required for e.g. struct ucred to be defined as per unix(7).