doc: sync with master branch

Pick relevant doc updates.

doc: minor documentation improvements
doc: add options to change what /usr and /etc paths are shown
This commit is contained in:
Pauli Virtanen 2024-03-10 18:54:27 +02:00
parent e3fc41bf41
commit 9419d458d1
5 changed files with 111 additions and 62 deletions

View file

@ -342,3 +342,11 @@ option('libffado',
description: 'Enable code that depends on libffado',
type: 'feature',
value: 'auto')
option('doc-prefix-value',
description : 'Installation prefix to show in documentation instead of the actual value.',
type : 'string',
value : '')
option('doc-sysconfdir-value',
description : 'Sysconf data directory to show in documentation instead of the actual value.',
type : 'string',
value : '')