diff options
author | Dan McGee <dan@archlinux.org> | 2009-08-08 11:22:52 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-08 11:22:52 -0500 |
commit | 619d1fcf7f6a834d6bf5eda846ce39cc2ca5a8f3 (patch) | |
tree | 7eae8ad4ae2a9044120fb9cd4ec333f13250765f | |
parent | 3cf0ee98c02e1f40954f0c2c508e16d33ca299ca (diff) |
Pass all xsltproc-opts in one argument
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4703b63a..6261d926 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -84,12 +84,12 @@ ASCIIDOC_OPTS = \ -a pacman_version="$(REAL_PACKAGE_VERSION)" \ -a pacman_date="`date +%Y-%m-%d`" \ -a sysconfdir=$(sysconfdir) + A2X_OPTS = \ --no-xmllint \ -d manpage \ -f manpage \ - --xsltproc-opts='-param man.endnotes.list.enabled 0' \ - --xsltproc-opts='-param man.endnotes.are.numbered 0' + --xsltproc-opts='-param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0' # These rules are due to the includes and files of the asciidoc text $(ASCIIDOC_MANS): asciidoc.conf footer.txt |