Kaydet (Commit) 4247ba63 authored tarafından Fred Drake's avatar Fred Drake

Martin von Löwis <loewis@informatik.hu-berlin.de>:

Do not forget to install the xml packages!
üst aad1d4b8
......@@ -289,8 +289,9 @@ maninstall:
# Install the library
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/parser xml/sax
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)
@for i in $(SCRIPTDIR) $(LIBDEST); \
do \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment