Martin von Löwis <loewis@informatik.hu-berlin.de>:

Do not forget to install the xml packages!
This commit is contained in:
Fred Drake 2000-06-30 15:46:08 +00:00
parent aad1d4b8f2
commit 4247ba63bd
1 changed files with 2 additions and 1 deletions

View File

@ -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 \