doc: include manpages in html docs

Include manpages as raw text in html docs.  Simple and readable
enough...
This commit is contained in:
Pauli Virtanen 2022-01-20 21:06:54 +02:00 committed by Wim Taymans
parent 695f8dfdd9
commit 88e744a06f
16 changed files with 56 additions and 36 deletions

View file

@ -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,

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pipewire-pulse
##############

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pipewire
########

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pipewire.conf
#############

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-cat
######
@ -44,13 +42,16 @@ OPTIONS
a connection is made to the default PipeWire instance.
-p | --playback
Playback mode. Read data from the specified file, and play it back. If the tool is called under the name **pw-play** or **pw-midiplay** this is the default.
Playback mode. Read data from the specified file, and play it back. If the tool
is called under the name **pw-play** or **pw-midiplay** this is the default.
-r | --record
Recording mode. Capture data and write it to the specified file. If the tool is called under the name **pw-record** or **pw-midirecord** this is the default.
Recording mode. Capture data and write it to the specified file. If the tool is
called under the name **pw-record** or **pw-midirecord** this is the default.
-m | --midi
MIDI mode. *FILE* is a MIDI file. If the tool is called under the name **pw-midiplay** or **pw-midirecord** this is the default.
MIDI mode. *FILE* is a MIDI file. If the tool is called under the name
**pw-midiplay** or **pw-midirecord** this is the default.
--media-type=VALUE
Set the media type property (default Audio/Midi depending on mode).

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-cli
######
@ -45,7 +43,8 @@ quit
MODULE MANAGEMENT
=================
| Modules are loaded and unloaded in the local instance and can add functionality or objects to the local instance.
| Modules are loaded and unloaded in the local instance and can add
| functionality or objects to the local instance.
load-module *name* [*arguments...*]
Load a module specified by its name and arguments. For most

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-dot
######

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-jack
#######

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-metadata
###########

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-mididump
###########

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-mon
######

View file

@ -1,5 +1,3 @@
.. This file is part of PipeWire.
pw-profiler
###########