summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-14 01:11:50 +0200
committerDan McGee <dan@archlinux.org>2010-05-14 02:14:16 +0200
commitf03f09011f878ad0b3aea05602a1cb0a11d839e1 (patch)
tree4bf33b963e0ca01373e8b579e5a57ec93a23901f /doc/Makefile.am
parent10b0acfc20589abd92b5d7517529c92e48cfcc7c (diff)
downloadpacman-f03f09011f878ad0b3aea05602a1cb0a11d839e1.tar.gz
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.am3
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 = \