summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-13 15:22:27 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-13 15:22:27 (GMT)
commit570575b1eec5f505ad40dd1e2690e4c433180364 (patch)
tree402cc32ce48fe1ef7a1cb13b930606e45ada3276
parent7f1cd296c6ec370a6a8eaf5e0ac53e8c9f0548de (diff)
downloadcpython-570575b1eec5f505ad40dd1e2690e4c433180364.zip
cpython-570575b1eec5f505ad40dd1e2690e4c433180364.tar.gz
cpython-570575b1eec5f505ad40dd1e2690e4c433180364.tar.bz2
Added encodings to the LIBSUBDIRS variable, so that they get installed.
Noted by Michael Hudson.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3a01763..59e082c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -289,7 +289,7 @@ maninstall:
# Install the library
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
-LIBSUBDIRS= lib-old lib-tk test test/output $(MACHDEPS)
+LIBSUBDIRS= lib-old lib-tk test test/output encodings $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \
do \