summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-05 04:44:48 (GMT)
committerGuido van Rossum <guido@python.org>2000-09-05 04:44:48 (GMT)
commitcd28b0210fbf33ddb834bc4940225589116e62c6 (patch)
tree8842e4c3d91874fac197dfebac85707318de0192
parenta22865ec4400438a8b591c67e26ec69722ac9266 (diff)
downloadcpython-cd28b0210fbf33ddb834bc4940225589116e62c6.zip
cpython-cd28b0210fbf33ddb834bc4940225589116e62c6.tar.gz
cpython-cd28b0210fbf33ddb834bc4940225589116e62c6.tar.bz2
Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version>
directory.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2c09129..2751d4e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -321,6 +321,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR)
esac; \
done; \
done
+ $(INSTALL_DATA) LICENSE $(LIBDEST)/LICENSE.txt
PYTHONPATH=$(LIBDEST) \
./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST)
PYTHONPATH=$(LIBDEST) \