diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-15 09:16:08 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-15 09:16:08 -0500 |
commit | 5f404f2cb78f48ddd90be0334fa2528961b17871 (patch) | |
tree | da1f688fb432828547874e51160fddc288f2cd57 /doc | |
parent | e92083798cdd98961e0d2befe25af7a8f96c9ab5 (diff) | |
parent | 6eee3f6781b62f3a80697fbc7e3eeac0544e49e8 (diff) |
Merge branch 'maint'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index bc0244c2..4fb57803 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -101,7 +101,7 @@ website: html pkgdatadir = ${datadir}/${PACKAGE} ASCIIDOC_OPTS = \ - -f asciidoc.conf \ + -f $(srcdir)/asciidoc.conf \ -a pacman_version="$(REAL_PACKAGE_VERSION)" \ -a pacman_date="`date +%Y-%m-%d`" \ -a pkgdatadir=$(pkgdatadir) \ @@ -112,11 +112,12 @@ A2X_OPTS = \ --no-xmllint \ -d manpage \ -f manpage \ - --xsltproc-opts='-param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0' + --xsltproc-opts='-param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0' \ + --destination-dir='./' # These rules are due to the includes and files of the asciidoc text $(ASCIIDOC_MANS): asciidoc.conf footer.txt - a2x $(A2X_OPTS) --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt + a2x $(A2X_OPTS) --asciidoc-opts="$(ASCIIDOC_OPTS) --out-file=./$@.xml" $(srcdir)/$@.txt %.html: %.txt asciidoc $(ASCIIDOC_OPTS) $*.txt |