diff options
author | Guido van Rossum <guido@python.org> | 2000-03-13 15:22:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-13 15:22:27 (GMT) |
commit | 570575b1eec5f505ad40dd1e2690e4c433180364 (patch) | |
tree | 402cc32ce48fe1ef7a1cb13b930606e45ada3276 /Makefile.in | |
parent | 7f1cd296c6ec370a6a8eaf5e0ac53e8c9f0548de (diff) | |
download | cpython-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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 \ |