Add man-pages option like swaywm/sway@ba16f16e4d

This commit is contained in:
Jan Beich 2021-03-04 00:56:37 +00:00 committed by Johan Malm
parent 2738ff2673
commit 2dd5fce844
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
pandoc = find_program('pandoc', required: false)
pandoc = find_program('pandoc', required: get_option('man-pages'))
sections = ['.1', '-config.5', '-theme.5', '-actions.5']

View file

@ -1 +1,2 @@
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')