mirror of https://github.com/python/cpython
Install the contents of the Lib/curses directory
This commit is contained in:
parent
d0939fa592
commit
e53903c675
|
@ -290,7 +290,7 @@ maninstall:
|
|||
PLATDIR= plat-$(MACHDEP)
|
||||
MACHDEPS= $(PLATDIR)
|
||||
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
||||
distutils distutils/command $(MACHDEPS)
|
||||
distutils distutils/command curses $(MACHDEPS)
|
||||
libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||
do \
|
||||
|
|
Loading…
Reference in New Issue