mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
Add labwc-environment(5)
This commit is contained in:
parent
f5689410be
commit
fbfa0c4a9e
2 changed files with 41 additions and 1 deletions
|
|
@ -2,7 +2,14 @@ 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', '-menu.5']
|
||||
sections = [
|
||||
'.1',
|
||||
'-actions.5',
|
||||
'-config.5',
|
||||
'-environment.5',
|
||||
'-menu.5',
|
||||
'-theme.5',
|
||||
]
|
||||
foreach s : sections
|
||||
markdown = 'labwc' + s + '.scd'
|
||||
manpage = 'labwc' + s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue