man: Add simple seatd-launch(1) page

This commit is contained in:
Kenny Levinsen 2021-09-08 20:41:48 +02:00
parent 17cdbe0ad2
commit e7343ca96f
2 changed files with 50 additions and 1 deletions

View file

@ -247,7 +247,7 @@ if scdoc.found()
scdoc_prog = find_program(scdoc.get_variable(pkgconfig: 'scdoc'), native: true)
mandir = get_option('mandir')
foreach src : ['seatd.1.scd']
foreach src : ['seatd.1.scd', 'seatd-launch.1.scd']
topic = src.split('.')[0]
section = src.split('.')[1]
output = '@0@.@1@'.format(topic, section)