aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 0c4d4cfb1ea31a11b0b5fea96008f1622be3cd9d (plain)
1
2
3
4
5
6
7
8
9
10
# -*- mode: meson -*-

option('docs', type: 'boolean', value: false,
       description: 'Build documentation from source (release tarballs contain a generated copy)')

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)')