diff options
Diffstat (limited to 'doc/meson.build')
-rw-r--r-- | doc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build index ccd9426e..c57751a2 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -32,7 +32,7 @@ endif mandoc = find_program('mandoc', required: false) mandoc_css = files('mandoc.css') -if not get_option('tests').disabled() +if get_option('lint') stylelint = find_program('stylelint', required: false) if stylelint.found() test('stylelint', stylelint, args: [mandoc_css], suite: 'data') |