Commit 38bbbc73 authored by Guido van Rossum's avatar Guido van Rossum

Forgot to install the test/output directory!

parent eeadc042
...@@ -250,7 +250,7 @@ maninstall: ...@@ -250,7 +250,7 @@ maninstall:
# Install the library # Install the library
MACHDEPS= $(MACHDEP) MACHDEPS= $(MACHDEP)
LIBSUBDIRS= stdwin tkinter test $(MACHDEPS) LIBSUBDIRS= lib-stdwin lib-tk test test/output $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(MACHDEP) libinstall: python $(srcdir)/Lib/$(MACHDEP)
@for i in $(SCRIPTDIR) $(LIBDEST); \ @for i in $(SCRIPTDIR) $(LIBDEST); \
do \ 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