From c781a85387b960bea5342e811cc086f536d2d8d8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 26 Jan 2016 19:58:34 +1000 Subject: pacman.conf.5: document system hook directory Signed-off-by: Allan McRae --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile.am') 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 \ -- cgit v1.2.3-24-g4f1b