mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
doc: include manpages in html docs
Include manpages as raw text in html docs. Simple and readable enough...
This commit is contained in:
parent
695f8dfdd9
commit
88e744a06f
16 changed files with 56 additions and 36 deletions
|
|
@ -23,6 +23,10 @@ if not get_option('pipewire-jack').disabled()
|
|||
manpages += 'pw-jack.1.rst.in'
|
||||
endif
|
||||
|
||||
if not generate_manpages
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
foreach m : manpages
|
||||
file = m.split('.rst.in').get(0)
|
||||
rst = configure_file(input : m,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue