mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
man: footclient.1: initial documentation
This commit is contained in:
parent
f63c5a66ac
commit
0c4d43e285
2 changed files with 34 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ 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 : ['foot.1.scd', 'foot.5.scd']
|
||||
foreach man_src : ['foot.1.scd', 'foot.5.scd', 'footclient.1.scd']
|
||||
parts = man_src.split('.')
|
||||
name = parts[-3]
|
||||
section = parts[-2]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue