summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBernhard K. Weisshuhn <bkw@codingforce.com>2013-01-07 19:11:45 +0100
committerAlan Antonuk <alan.antonuk@gmail.com>2013-01-15 23:09:17 -0500
commit41ced31559c0d17a9326589694374972f79a809d (patch)
tree398d12af38ab93af792f8169e31fed9147953ab5 /Makefile.am
parent333a023f5798388a36a8564de4562b3c155ff948 (diff)
downloadrabbitmq-c-41ced31559c0d17a9326589694374972f79a809d.tar.gz
use absolute path for referencing doc dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bb4d90e..103e1ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -256,7 +256,7 @@ man_MANS = \
# separation as required by distcheck, debian packaging etc.
XMLTO_FLAGS = \
--skip-validation \
- --searchpath $(top_builddir)/tools/doc
+ --searchpath $(abs_top_builddir)/tools/doc
%.1: %.xml $(top_builddir)/tools/doc/man-date.ent
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) -o $(top_builddir)/tools/doc man $<