mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Install xml/parsers, not xml/parser.
This commit is contained in:
parent
05a65d6745
commit
bc1c1c98eb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue