man: meson.build: remove unnecessary variables

The `top_srcdir` and `top_builddir` variables are not used
in any of the man page templates. Remove them.
This commit is contained in:
Barnabás Pőcze 2021-12-28 16:47:27 +01:00
parent 92a259470c
commit b656a09ae5

View file

@ -5,8 +5,6 @@ manpage_conf.set('PACKAGE_URL', 'https://pipewire.org')
manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues')
manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
manpage_conf.set('PIPEWIRE_CONFDATADIR', pipewire_confdatadir)
manpage_conf.set('top_srcdir', meson.source_root())
manpage_conf.set('top_builddir', meson.build_root())
manpages = [
'pipewire.1.rst.in',