Martin von Löwis <loewis@informatik.hu-berlin.de>:
Do not forget to install the xml packages!
This commit is contained in:
parent
aad1d4b8f2
commit
4247ba63bd
@ -289,8 +289,9 @@ maninstall:
|
|||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
MACHDEPS= $(PLATDIR)
|
MACHDEPS= $(PLATDIR)
|
||||||
|
XMLLIBSUBDIRS= xml xml/dom xml/parser xml/sax
|
||||||
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
||||||
distutils distutils/command 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); \
|
||||||
do \
|
do \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user