meson: allow specifying html-docs-path
This will allow us to decide where to install docs. Useful for GitLab Pages on CI. Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11494>
This commit is contained in:

committed by
Marge Bot

parent
e31dde13d1
commit
1e7636fbb1
@@ -490,6 +490,13 @@ option(
|
||||
description : 'Build HTML documentation.'
|
||||
)
|
||||
|
||||
option(
|
||||
'html-docs-path',
|
||||
type : 'string',
|
||||
value : '',
|
||||
description : 'Location to install HTML documentation. Default: $datadir/doc/mesa.'
|
||||
)
|
||||
|
||||
option(
|
||||
'selinux',
|
||||
type : 'boolean',
|
||||
|
Reference in New Issue
Block a user