From 4247ba63bdd658c5d7a37e3e47bce4e8ee912367 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 30 Jun 2000 15:46:08 +0000 Subject: [PATCH] =?UTF-8?q?Martin=20von=20L=C3=B6wis=20:=20Do=20not=20forget=20to=20install=20the=20xml?= =?UTF-8?q?=20packages!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ac52a30c95a..41dbacb1243 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,8 +289,9 @@ maninstall: # Install the library PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) +XMLLIBSUBDIRS= xml xml/dom xml/parser xml/sax LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \ - distutils distutils/command curses $(MACHDEPS) + distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \