Revert "meson: add -Dwith-docs=disabled|enabled|auto"

This reverts commit 9d6b2c9342.
This commit is contained in:
Daniel Eklöf 2020-09-24 16:44:26 +02:00
parent e3eb58d483
commit a683a13120
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 11 additions and 25 deletions

View file

@ -1,5 +1,6 @@
sh = find_program('sh', native: true)
scdoc = dependency('scdoc', native: true)
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
foreach man_src : [{'name': 'foot', 'section' : 1},