Install xml/parsers, not xml/parser.

This commit is contained in:
Martin v. Löwis 2000-09-24 19:57:18 +00:00
parent 05a65d6745
commit bc1c1c98eb
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ maninstall:
# Install the library
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/parser xml/sax
XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)