]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support for the "install_headers" command:
authorGreg Ward <gward@python.net>
Sat, 27 May 2000 01:33:12 +0000 (01:33 +0000)
committerGreg Ward <gward@python.net>
Sat, 27 May 2000 01:33:12 +0000 (01:33 +0000)
commitcae5a1f44446afba20252ef2ed6bd9c087ead403
treeae7c02794c08f4e7c09d4b6adfbd44332a83be93
parentaa0e77115fd74f13a337ce6c2e98f2700b20798d
Support for the "install_headers" command:
  * 'headers' entry added to all the install schemes
  * '--install-headers' option added
  * 'install_headers' added to 'sub_commands'
  * added 'dist_name' to configuration variables (along with a few
    others that seem handy: 'dist_version', 'dist_fullname', and
    'py_version'
  * in 'finalize_unix()', make sure 'install_headers' defined if
    user specified 'install_base' and/or 'install_platbase'
  * added 'has_headers()'
  * a few other small changes
Lib/distutils/command/install.py