From: Barry Warsaw Date: Mon, 3 Dec 2001 18:51:41 +0000 (+0000) Subject: LIBSUBDIRS: Add test/data so it gets installed and test_email.py can X-Git-Tag: v2.2.1c1~587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4c20d354c313e34c0de50656bbae62fecb91bcf;p=thirdparty%2FPython%2Fcpython.git LIBSUBDIRS: Add test/data so it gets installed and test_email.py can pass. Closes SF # 485080 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a9528a63f798..1ad8a6ce58cc 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); \