mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Install the contents of the Lib/curses directory
This commit is contained in:
parent
d0939fa592
commit
e53903c675
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue