doc: add foot.5 (configuration)

This commit is contained in:
Daniel Eklöf 2019-08-12 20:00:09 +02:00
parent 4b81fa3eab
commit 9855d18ba7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 91 additions and 1 deletions

View file

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