]> granicus.if.org Git - python/commitdiff
Martin von Löwis <loewis@informatik.hu-berlin.de>:
authorFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 15:46:08 +0000 (15:46 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 15:46:08 +0000 (15:46 +0000)
Do not forget to install the xml packages!

Makefile.in

index ac52a30c95a9b7620c6ad444997afadd6fe549f6..41dbacb1243c4753fed934a5f5e4bb73c073b0c1 100644 (file)
@@ -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 \