]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
LIBSUBDIRS: Add test/data so it gets installed and test_email.py can
authorBarry Warsaw <barry@python.org>
Mon, 3 Dec 2001 18:51:41 +0000 (18:51 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 3 Dec 2001 18:51:41 +0000 (18:51 +0000)
pass.  Closes SF # 485080

Makefile.pre.in

index a9528a63f798beac7a07d9851ab0b404f44804a7..1ad8a6ce58cc7ed4c149d150c2b6593e50007d4b 100644 (file)
@@ -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); \