From: Guido van Rossum Date: Mon, 13 Mar 2000 15:22:27 +0000 (+0000) Subject: Added encodings to the LIBSUBDIRS variable, so that they get installed. X-Git-Tag: v1.6a1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=570575b1eec5f505ad40dd1e2690e4c433180364;p=python Added encodings to the LIBSUBDIRS variable, so that they get installed. Noted by Michael Hudson. --- diff --git a/Makefile.in b/Makefile.in index 3a01763acf..59e082c3ba 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 \