]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Pass relative paths to apibuild.py
authorAndrea Bolognani <abologna@redhat.com>
Mon, 25 Apr 2016 11:40:04 +0000 (13:40 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 26 Apr 2016 07:20:11 +0000 (09:20 +0200)
commit22a592a4fe01fff1a86e58f0d3e3f66c1a7e707e
tree86cd700b15ec67155dc2c3bde662b236be7eb78b
parent662bf30c0f8605f960105a9ac1fb8edc80d8971b
docs: Pass relative paths to apibuild.py

Since commit d195cffa2e1b, both $(srcdir) and $(abs_builddir)
are passed to the apibuild.py script; however, since the
former is a relative path and the latter an absolute one, the
script might not be able to detect whether they point to the
same location.

Pass both as relative paths to avoid the issue.
docs/Makefile.am