$OpenBSD: patch-python_Makefile_in,v 1.10 2009/10/11 10:40:22 steven Exp $

Don't bother installing an empty file.

--- python/Makefile.in.orig	Thu Sep 24 16:43:14 2009
+++ python/Makefile.in	Sat Oct 10 18:11:17 2009
@@ -780,9 +780,6 @@ uninstall-am: uninstall-pythonLTLIBRARIES
 @WITH_PYTHON_TRUE@install-data-local:
 @WITH_PYTHON_TRUE@	$(mkinstalldirs) $(DESTDIR)$(pythondir)
 @WITH_PYTHON_TRUE@	@INSTALL@ -m 0644 libxslt.py $(DESTDIR)$(pythondir)
-@WITH_PYTHON_TRUE@	$(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
-@WITH_PYTHON_TRUE@	@(for doc in $(DOCS) ; \
-@WITH_PYTHON_TRUE@	   do @INSTALL@ -m 0644 $(srcdir)/$$doc $(DESTDIR)$(DOCS_DIR) ; done)
 
 @WITH_PYTHON_TRUE@$(GENERATED): gen_prog
 
