diff options
author | Guido van Rossum <guido@python.org> | 2000-09-05 04:44:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-05 04:44:48 (GMT) |
commit | cd28b0210fbf33ddb834bc4940225589116e62c6 (patch) | |
tree | 8842e4c3d91874fac197dfebac85707318de0192 /Makefile.in | |
parent | a22865ec4400438a8b591c67e26ec69722ac9266 (diff) | |
download | cpython-cd28b0210fbf33ddb834bc4940225589116e62c6.zip cpython-cd28b0210fbf33ddb834bc4940225589116e62c6.tar.gz cpython-cd28b0210fbf33ddb834bc4940225589116e62c6.tar.bz2 |
Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version>
directory.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
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) \ |