mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
Split labwc(5) into {-config, -theme, -actions}
This commit is contained in:
parent
b2504bdf9a
commit
98c556be2a
4 changed files with 115 additions and 79 deletions
|
|
@ -1,11 +1,11 @@
|
|||
pandoc = find_program('pandoc', required: false)
|
||||
|
||||
sections = ['1', '5']
|
||||
sections = ['.1', '-config.5', '-theme.5', '-actions.5']
|
||||
|
||||
if pandoc.found()
|
||||
foreach s : sections
|
||||
markdown = files('labwc.' + s + '.md')
|
||||
manpage = 'labwc.' + s
|
||||
markdown = files('labwc' + s + '.md')
|
||||
manpage = 'labwc' + s
|
||||
custom_target(
|
||||
manpage,
|
||||
command: [pandoc,'-s','-t','man',markdown],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue