meson: make docdir configurable
The debian package wants to install docs to $datadir/doc/i3-wm. related to #4086
This commit is contained in:
@ -5,3 +5,6 @@ option('docs', type: 'boolean', value: false,
|
||||
|
||||
option('mans', type: 'boolean', value: false,
|
||||
description: 'Build manpages from source (release tarballs contain a generated copy)')
|
||||
|
||||
option('docdir', type: 'string', value: '',
|
||||
description: 'documentation directory (default: $datadir/docs/i3)')
|
||||
|
Reference in New Issue
Block a user