mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
Add manpages option
This commit is contained in:
parent
886649dfbf
commit
6719bee745
@ -1,4 +1,4 @@
|
||||
sphinx = find_program('sphinx-build', required: false)
|
||||
sphinx = find_program('sphinx-build', required: get_option('manpages'))
|
||||
if sphinx.found()
|
||||
custom_target('man pages',
|
||||
command: [
|
||||
|
@ -18,4 +18,8 @@ option('seccomp',
|
||||
value: 'auto',
|
||||
description: 'seccomp-based sandbox'
|
||||
)
|
||||
option('manpages',
|
||||
type: 'feature',
|
||||
value: 'auto',
|
||||
description: 'manual pages'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user