mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-06 21:15:22 +00:00
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>
This commit is contained in:
parent
99e11c19af
commit
3d8345422e
@ -18,7 +18,7 @@ INCLUDES = \
|
||||
|
||||
AM_CFLAGS = $(WARN_CFLAGS)
|
||||
|
||||
DOCS_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)
|
||||
DOCS_DIR = $(datadir)/doc/libvirt-python-$(VERSION)
|
||||
|
||||
DOCS = ${srcdir}/TODO
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||
## See COPYING.LIB for the License of this software
|
||||
|
||||
EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
|
||||
EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(VERSION)/examples
|
||||
|
||||
PYTESTS= \
|
||||
basic.py \
|
||||
|
Loading…
Reference in New Issue
Block a user