diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-13 18:11:50 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-13 19:14:16 -0500 |
commit | f03f09011f878ad0b3aea05602a1cb0a11d839e1 (patch) | |
tree | 4bf33b963e0ca01373e8b579e5a57ec93a23901f /doc/Makefile.am | |
parent | 10b0acfc20589abd92b5d7517529c92e48cfcc7c (diff) | |
download | pacman-f03f09011f878ad0b3aea05602a1cb0a11d839e1.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 = \ |