summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-04-27 12:06:34 -0400
committerCole Robinson <crobinso@redhat.com>2012-04-27 12:41:05 -0400
commitbccf20d8c5036501f4e1d28cf87f08687b9f635a (patch)
tree93214b6e8af4a677e6792344ac483af104ce367c
parent85063b95e26e9c523a786b9dbaefb3b1b0b6b162 (diff)
downloadlibvirt-python-split-bccf20d8c5036501f4e1d28cf87f08687b9f635a.tar.gz
libvirt-python-split-bccf20d8c5036501f4e1d28cf87f08687b9f635a.tar.xz
libvirt-python-split-bccf20d8c5036501f4e1d28cf87f08687b9f635a.zip
python: Fix doc directory name for stable releasesv0.9.12-rc1
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>
-rw-r--r--Makefile.am2
-rw-r--r--tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0305bcc..02b59eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2a5bc62..c387825 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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 \