Commit 570575b1 authored by Guido van Rossum's avatar Guido van Rossum

Added encodings to the LIBSUBDIRS variable, so that they get installed.

Noted by Michael Hudson.
parent 7f1cd296
...@@ -289,7 +289,7 @@ maninstall: ...@@ -289,7 +289,7 @@ maninstall:
# Install the library # Install the library
PLATDIR= plat-$(MACHDEP) PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR) 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) libinstall: python $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \ @for i in $(SCRIPTDIR) $(LIBDEST); \
do \ do \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment