summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-21 13:22:31 +0100
committerAllan McRae <allan@archlinux.org>2019-03-07 11:12:12 +1000
commit298bcf7986ca5500c8891ec412d65d8a8f5b9a4f (patch)
treea65fa7d57897dd4d6bfdd94cbf0f7f010a5cb125 /doc/meson.build
parente03752e6adc86cbb4cb4f52a38f6e3e98cbe9dd5 (diff)
downloadpacman-298bcf7986ca5500c8891ec412d65d8a8f5b9a4f.tar.xz
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 <jelle@vdwaa.nl> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
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 = []