From b656a09ae57b0552aa7b21383e945043063f32d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Tue, 28 Dec 2021 16:47:27 +0100 Subject: [PATCH] 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. --- man/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/man/meson.build b/man/meson.build index a92649dff..2dfd18ecd 100644 --- a/man/meson.build +++ b/man/meson.build @@ -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',