summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-06-10 23:08:21 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-06-10 23:08:21 (GMT)
commite53903c6757e6516259b6d7066aa1c7d30342d82 (patch)
treee589fed881e9d7a85532805472a0cb9e85c7d4fe /Makefile.in
parentd0939fa592ea5d4e3c627cc2355072e90acd2459 (diff)
downloadcpython-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.in2
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 \