doc: meson: no need to check for scdoc again

We’re already checking for scdoc in the top-level meson.build
This commit is contained in:
Daniel Eklöf 2021-07-24 16:42:47 +02:00
parent 7c686208a1
commit 51250c64cc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,6 +1,5 @@
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},