diff options
author | Barry Warsaw <barry@python.org> | 2001-12-03 18:51:41 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-12-03 18:51:41 (GMT) |
commit | f4c20d354c313e34c0de50656bbae62fecb91bcf (patch) | |
tree | 39533e19b54bd9e9c3972b35a181517b27c64e29 | |
parent | 5172adca812e13fc0310f7f5d5fb6090074b32c3 (diff) | |
download | cpython-f4c20d354c313e34c0de50656bbae62fecb91bcf.zip cpython-f4c20d354c313e34c0de50656bbae62fecb91bcf.tar.gz cpython-f4c20d354c313e34c0de50656bbae62fecb91bcf.tar.bz2 |
LIBSUBDIRS: Add test/data so it gets installed and test_email.py can
pass. Closes SF # 485080
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a9528a6..1ad8a6c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -580,8 +580,8 @@ maninstall: PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax -LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \ - email compiler hotshot \ +LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ + encodings email compiler hotshot \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ |