summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-04-27 12:06:34 -0400
committerEric Blake <eblake@redhat.com>2012-05-17 10:44:10 -0600
commit3a750b9bf0cbcf48893314e1590862baf4de5959 (patch)
treed32f932f58cf5798ffe5c4ab9304aefb71a01525
parenta45a0acdd8e75452c40a1811cbae85512bbc63d4 (diff)
downloadlibvirt-python-split-3a750b9bf0cbcf48893314e1590862baf4de5959.tar.gz
libvirt-python-split-3a750b9bf0cbcf48893314e1590862baf4de5959.tar.xz
libvirt-python-split-3a750b9bf0cbcf48893314e1590862baf4de5959.zip
python: Fix doc directory name for stable releasesv0.9.6.4v0.9.6.3v0.9.6.2v0.9.6.1
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> (cherry picked from commit 002b18b3fb8dc3c088d389344992959dfedeac9e)
-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 3068eee..a05463b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,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 \