mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
man: fix command names and issues ref
This commit is contained in:
parent
6cc180f252
commit
34e776a930
5 changed files with 14 additions and 13 deletions
|
|
@ -2,7 +2,7 @@ manpage_conf = configuration_data()
|
|||
manpage_conf.set('PACKAGE_NAME', meson.project_name())
|
||||
manpage_conf.set('PACKAGE_VERSION', meson.project_version())
|
||||
manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
|
||||
manpage_conf.set('PACKAGE_BUGREPORT', 'https://github.com/PipeWire/pipewire/issues')
|
||||
manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues')
|
||||
manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
|
||||
manpage_conf.set('top_srcdir', meson.source_root())
|
||||
manpage_conf.set('top_builddir', meson.build_root())
|
||||
|
|
@ -10,8 +10,8 @@ manpage_conf.set('top_builddir', meson.build_root())
|
|||
manpages = [
|
||||
[ 'pipewire', '1' ],
|
||||
[ 'pipewire.conf', '5' ],
|
||||
[ 'pipewire-cli', '1' ],
|
||||
[ 'pipewire-monitor', '1' ]
|
||||
[ 'pw-cli', '1' ],
|
||||
[ 'pw-mon', '1' ]
|
||||
]
|
||||
|
||||
foreach m : manpages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue