mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
Merge remote-tracking branch 'origin/foot-ctlseqs.7'
This commit is contained in:
commit
0245d29827
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
foot-ctlseqs(5)
|
||||
foot-ctlseqs(7)
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
|||
foreach man_src : [{'name': 'foot', 'section' : 1},
|
||||
{'name': 'foot.ini', 'section': 5},
|
||||
{'name': 'footclient', 'section': 1},
|
||||
{'name': 'foot-ctlseqs', 'section': 5}]
|
||||
{'name': 'foot-ctlseqs', 'section': 7}]
|
||||
name = man_src['name']
|
||||
section = man_src['section']
|
||||
out = '@0@.@1@'.format(name, section)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue