summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-07-29 07:53:16 -0400
committerCole Robinson <crobinso@redhat.com>2013-07-29 07:54:18 -0400
commit9dd30d27253563852208103dbad1951dde4c0909 (patch)
tree0fa5ac7a1289a1ab7ee765821a277201fb7efc7c /Makefile.am
parenta5328130d1708bec9aa13408e5da2292d9d4e444 (diff)
downloadlibvirt-python-split-9dd30d27253563852208103dbad1951dde4c0909.tar.gz
libvirt-python-split-9dd30d27253563852208103dbad1951dde4c0909.tar.xz
libvirt-python-split-9dd30d27253563852208103dbad1951dde4c0909.zip
python: Drop TODOv1.1.1
File hasn't been really touched for 7 years. And with recent rawhide changes it contributed to an RPM build failure. Let's drop it. This also removes installation of a libvirt-python doc dir, so drop handling of it from the RPM spec.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e957d1..7eb42c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,10 +31,6 @@ INCLUDES = \
AM_CFLAGS = $(WARN_CFLAGS)
-DOCS_DIR = $(datadir)/doc/libvirt-python-$(VERSION)
-
-DOCS = ${srcdir}/TODO
-
CLASSES_EXTRA = \
libvirt-override-virConnect.py \
libvirt-override-virDomain.py \
@@ -152,9 +148,6 @@ install-data-local:
$(INSTALL) -m 0644 libvirt.py $(DESTDIR)$(pyexecdir)
$(INSTALL) -m 0644 libvirt_lxc.py $(DESTDIR)$(pyexecdir)
$(INSTALL) -m 0644 libvirt_qemu.py $(DESTDIR)$(pyexecdir)
- $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
- @(for doc in $(DOCS) ; \
- do $(INSTALL) -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
uninstall-local:
rm -f $(DESTDIR)$(pyexecdir)/libvirt.py