]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Fix doc directory name for stable releases
authorCole Robinson <crobinso@redhat.com>
Fri, 27 Apr 2012 16:06:34 +0000 (12:06 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 27 Apr 2012 16:41:05 +0000 (12:41 -0400)
commit002b18b3fb8dc3c088d389344992959dfedeac9e
tree86cfcef837c1d450b8a68657dda6b9c2755d90bb
parentc964b6aac1c9d2fe02a814cbb1fddb8899656f50
python: Fix doc directory name for stable releases

We were using the libvirt release version (like 0.9.11) and not
the configure version (which for stable releases is 0.9.11.X)

Most other places got this right so hopefully that's all the fallout
from the version format change :)

Signed-off-by: Cole Robinson <crobinso@redhat.com>
python/Makefile.am
python/tests/Makefile.am