mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
LIBSUBDIRS: Add test/data so it gets installed and test_email.py can
pass. Closes SF # 485080
This commit is contained in:
parent
5172adca81
commit
f4c20d354c
1 changed files with 2 additions and 2 deletions
|
@ -580,8 +580,8 @@ maninstall:
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
MACHDEPS= $(PLATDIR)
|
MACHDEPS= $(PLATDIR)
|
||||||
XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
|
XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
|
||||||
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
|
||||||
email compiler hotshot \
|
encodings email compiler hotshot \
|
||||||
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
|
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
|
||||||
libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR)
|
libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue