From 38bbbc733fe53cdb96482d60d7626fcac62411d8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 8 Sep 1997 01:51:23 +0000 Subject: [PATCH] Forgot to install the test/output directory! --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0a26902ad4..a6fa300a49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -250,7 +250,7 @@ maninstall: # Install the library MACHDEPS= $(MACHDEP) -LIBSUBDIRS= stdwin tkinter test $(MACHDEPS) +LIBSUBDIRS= lib-stdwin lib-tk test test/output $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(MACHDEP) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ -- 2.50.1