From 298bcf7986ca5500c8891ec412d65d8a8f5b9a4f Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 21 Feb 2019 13:22:31 +0100 Subject: doc: set rootdir correctly in man pages If an alternative rootdir is specified in either meson or configure it's not respected in the generated man pages. Signed-off-by: Jelle van der Waa Signed-off-by: Allan McRae --- doc/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/meson.build') diff --git a/doc/meson.build b/doc/meson.build index b7514ef7..d6403bae 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -31,6 +31,7 @@ asciidoc_opts = [ '-a', 'localstatedir=@0@'.format(LOCALSTATEDIR), '-a', 'sysconfdir=@0@'.format(SYSCONFDIR), '-a', 'datarootdir=@0@'.format(DATAROOTDIR), + '-a', 'rootdir=@0@'.format(ROOTDIR), ] html_targets = [] -- cgit v1.2.3-54-g00ecf