man: footclient.1: initial documentation

This commit is contained in:
Daniel Eklöf 2019-11-03 13:47:19 +01:00
parent f63c5a66ac
commit 0c4d43e285
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 34 additions and 1 deletions

View file

@ -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]