]> granicus.if.org Git - python/commitdiff
Added encodings to the LIBSUBDIRS variable, so that they get installed.
authorGuido van Rossum <guido@python.org>
Mon, 13 Mar 2000 15:22:27 +0000 (15:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Mar 2000 15:22:27 +0000 (15:22 +0000)
Noted by Michael Hudson.

Makefile.in

index 3a01763acf9a756e9005192b50ebbf1b03d141f5..59e082c3bac549e76191b0a844ff815816c096ab 100644 (file)
@@ -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 \