doc: rename foot.5 -> footrc.5

This commit is contained in:
Daniel Eklöf 2020-07-27 20:04:56 +02:00
parent 718e5b4a77
commit 62c4f1e5b4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 11 additions and 9 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', 'footclient.1.scd']
foreach man_src : ['foot.1.scd', 'footrc.5.scd', 'footclient.1.scd']
parts = man_src.split('.')
name = parts[-3]
section = parts[-2]