Add labwc-menu(5)

This commit is contained in:
Johan Malm 2021-03-19 21:20:54 +00:00
parent 54e458147a
commit 2061c6af14
2 changed files with 38 additions and 1 deletions

View file

@ -2,7 +2,7 @@ scdoc = find_program('scdoc', required: get_option('man-pages'))
if scdoc.found()
sh = find_program('sh', native: true)
sections = ['.1', '-config.5', '-theme.5', '-actions.5']
sections = ['.1', '-config.5', '-theme.5', '-actions.5', '-menu.5']
foreach s : sections
markdown = 'labwc' + s + '.scd'
manpage = 'labwc' + s