mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -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,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pipewire-pulse
|
||||
##############
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pipewire
|
||||
########
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pipewire.conf
|
||||
#############
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pw-dot
|
||||
######
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pw-jack
|
||||
#######
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pw-metadata
|
||||
###########
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pw-mididump
|
||||
###########
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pw-mon
|
||||
######
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. This file is part of PipeWire.
|
||||
|
||||
pw-profiler
|
||||
###########
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue