meson.build: remove automagic docs and manpages

This commit is contained in:
Rasmus Thomsen 2017-10-19 00:02:08 +02:00 committed by Wim Taymans
parent fa5c2000f9
commit 6a0ee7a298
2 changed files with 18 additions and 10 deletions

8
meson_options.txt Normal file
View file

@ -0,0 +1,8 @@
option('enable_docs',
description: 'Build documentation',
type: 'boolean',
value: false)
option('enable_man',
description: 'Build manpages',
type: 'boolean',
value: false)