]> granicus.if.org Git - fribidi/commitdiff
Use same c2man options in meson as in autotools
authorKhaled Hosny <khaledhosny@eglug.org>
Mon, 19 Feb 2018 22:11:49 +0000 (00:11 +0200)
committerKhaled Hosny <khaledhosny@eglug.org>
Mon, 19 Feb 2018 22:11:49 +0000 (00:11 +0200)
Otherwise we end with different set of man pages.

doc/meson.build

index 00bfa7c680c7672fe2b9cfca82c95d0aa1a32d09..5a11f029dc9b5469550a2f734f02e315af6fd98e 100644 (file)
@@ -29,7 +29,7 @@ c2man_incs += ['-I' + join_paths(meson.source_root(), 'gen.tab')]
 c2man_incs += ['-I' + join_paths(meson.build_root(), 'gen.tab')]
 
 custom_target('man pages',
-  command: [c2man, '-v', '-T', 'n', '-M', 'Programmer\'s Manual', c2man_incs,
+  command: [c2man, '-T', 'n', '-M', 'Programmer\'s Manual', c2man_incs,
             '-D__FRIBIDI_DOC', '-DDONT_HAVE_FRIBIDI_CONFIG_H',
             '-o@0@'.format(meson.current_build_dir()),
            fribidi_headers],