From f03f09011f878ad0b3aea05602a1cb0a11d839e1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 13 May 2010 18:11:50 -0500 Subject: doc: fix up description of where example PKGBUILD is located As Allan pointed out, this actually ships with pacman (at least with Arch) and not necessarily with ABS or any other package. Also fix the language dealing with the prototype install files. Signed-off-by: Dan McGee --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index d2f6b35a..d5b7aada 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -86,10 +86,13 @@ endif html: $(HTML_DOCS) +pkgdatadir = ${datadir}/${PACKAGE} + ASCIIDOC_OPTS = \ -f asciidoc.conf \ -a pacman_version="$(REAL_PACKAGE_VERSION)" \ -a pacman_date="`date +%Y-%m-%d`" \ + -a pkgdatadir=$(pkgdatadir) \ -a sysconfdir=$(sysconfdir) A2X_OPTS = \ -- cgit v1.2.3-24-g4f1b