Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4247ba6

Browse files
committed
Martin von Löwis <[email protected]>:
Do not forget to install the xml packages!
1 parent aad1d4b commit 4247ba6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ maninstall:
289289
# Install the library
290290
PLATDIR= plat-$(MACHDEP)
291291
MACHDEPS= $(PLATDIR)
292+
XMLLIBSUBDIRS= xml xml/dom xml/parser xml/sax
292293
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
293-
distutils distutils/command curses $(MACHDEPS)
294+
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
294295
libinstall: python $(srcdir)/Lib/$(PLATDIR)
295296
@for i in $(SCRIPTDIR) $(LIBDEST); \
296297
do \

0 commit comments

Comments
 (0)