diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ac52a30..41dbacb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ |