mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
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:
parent
7c686208a1
commit
51250c64cc
1 changed files with 0 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue