summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Kovacs <phil@philkovacs.com>2011-11-21 08:10:03 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-21 08:10:03 +0100
commitbf9062902c776c0c6029ef42c6ba0c7179bf0425 (patch)
tree59a20726d459102fe3048531cb305b7c687d9b4c /doc
parent5c1a91e33e552b136a0a72027ef27f41de95dcb8 (diff)
Fix broken VPATH/parallel builds
Signed-off-by: Philip Kovacs <phil@philkovacs.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ff00c18..103652f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -29,11 +29,11 @@ if BUILD_DOC
SUFFIXES=.html .txt .xml .3 .7
.txt.html:
- asciidoc -d manpage -b xhtml11 -f asciidoc.conf \
- -azmq_version=@PACKAGE_VERSION@ $<
+ asciidoc -d manpage -b xhtml11 -f $(srcdir)/asciidoc.conf \
+ -azmq_version=@PACKAGE_VERSION@ -o$@ $<
.txt.xml:
- asciidoc -d manpage -b docbook -f asciidoc.conf \
- -azmq_version=@PACKAGE_VERSION@ $<
+ asciidoc -d manpage -b docbook -f $(srcdir)/asciidoc.conf \
+ -azmq_version=@PACKAGE_VERSION@ -o$@ $<
.xml.1:
xmlto man $<
.xml.3: