summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 14:26:26 -0400
commite90c8c4b20ac7c2ba48c0bfc7fb226cdb4fba1d3 (patch)
tree93214b6e8af4a677e6792344ac483af104ce367c /Makefile.am
parentaa898432f174e90b9039d93befe2fd3faa43f1a5 (diff)
downloadlibvirt-python-split-e90c8c4b20ac7c2ba48c0bfc7fb226cdb4fba1d3.tar.gz
libvirt-python-split-e90c8c4b20ac7c2ba48c0bfc7fb226cdb4fba1d3.tar.xz
libvirt-python-split-e90c8c4b20ac7c2ba48c0bfc7fb226cdb4fba1d3.zip
python: Fix doc directory name for stable releasesv0.9.11.3
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 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