$OpenBSD: patch-python_Makefile_in,v 1.8 2007/07/05 16:05:09 steven Exp $ --- python/Makefile.in.orig Tue Jun 12 18:20:22 2007 +++ python/Makefile.in Mon Jul 2 12:50:32 2007 @@ -735,9 +735,6 @@ uninstall-info: uninstall-info-recursive @WITH_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pythondir) @WITH_PYTHON_TRUE@ @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir) @WITH_PYTHON_TRUE@ @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir) -@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR) -@WITH_PYTHON_TRUE@ @(for doc in $(DOCS) ; \ -@WITH_PYTHON_TRUE@ do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done) @WITH_PYTHON_TRUE@$(GENERATED): gen_prog