summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-08 01:51:23 (GMT)
committerGuido van Rossum <guido@python.org>1997-09-08 01:51:23 (GMT)
commit38bbbc733fe53cdb96482d60d7626fcac62411d8 (patch)
treefc231f0c86c7a312ede4f5347494733a45967972
parenteeadc04200695addc45239b57246c714e775184d (diff)
downloadcpython-38bbbc733fe53cdb96482d60d7626fcac62411d8.zip
cpython-38bbbc733fe53cdb96482d60d7626fcac62411d8.tar.gz
cpython-38bbbc733fe53cdb96482d60d7626fcac62411d8.tar.bz2
Forgot to install the test/output directory!
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0a26902..a6fa300 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 \