diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-06-10 23:08:21 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-06-10 23:08:21 (GMT) |
commit | e53903c6757e6516259b6d7066aa1c7d30342d82 (patch) | |
tree | e589fed881e9d7a85532805472a0cb9e85c7d4fe /Makefile.in | |
parent | d0939fa592ea5d4e3c627cc2355072e90acd2459 (diff) | |
download | cpython-e53903c6757e6516259b6d7066aa1c7d30342d82.zip cpython-e53903c6757e6516259b6d7066aa1c7d30342d82.tar.gz cpython-e53903c6757e6516259b6d7066aa1c7d30342d82.tar.bz2 |
Install the contents of the Lib/curses directory
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1b71792..ac52a30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ |