mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
doc: add foot.5 (configuration)
This commit is contained in:
parent
4b81fa3eab
commit
9855d18ba7
3 changed files with 91 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
scdoc = dependency('scdoc', native: true)
|
||||
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
||||
|
||||
foreach man_src : ['foot.1.scd']
|
||||
foreach man_src : ['foot.1.scd', 'foot.5.scd']
|
||||
parts = man_src.split('.')
|
||||
name = parts[-3]
|
||||
section = parts[-2]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue