mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18: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()
|
if sphinx.found()
|
||||||
custom_target('man pages',
|
custom_target('man pages',
|
||||||
command: [
|
command: [
|
||||||
|
@ -18,4 +18,8 @@ option('seccomp',
|
|||||||
value: 'auto',
|
value: 'auto',
|
||||||
description: 'seccomp-based sandbox'
|
description: 'seccomp-based sandbox'
|
||||||
)
|
)
|
||||||
|
option('manpages',
|
||||||
|
type: 'feature',
|
||||||
|
value: 'auto',
|
||||||
|
description: 'manual pages'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user