summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 90d90f33..5d7c9754 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -121,7 +121,8 @@ ASCIIDOC_OPTS = \
-a pacman_date="`date +%Y-%m-%d`" \
-a pkgdatadir=$(pkgdatadir) \
-a localstatedir=$(localstatedir) \
- -a sysconfdir=$(sysconfdir)
+ -a sysconfdir=$(sysconfdir) \
+ -a datarootdir=$(datarootdir)
A2X_OPTS = \
--no-xmllint \