From: Fred Drake Date: Fri, 30 Jun 2000 15:46:08 +0000 (+0000) Subject: Martin von Löwis : X-Git-Tag: v2.0b1~1216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4247ba63bdd658c5d7a37e3e47bce4e8ee912367;p=thirdparty%2FPython%2Fcpython.git Martin von Löwis : Do not forget to install the xml packages! --- diff --git a/Makefile.in b/Makefile.in index ac52a30c95a9..41dbacb1243c 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 \