commit | cae5a1f44446afba20252ef2ed6bd9c087ead403 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat May 27 01:33:12 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat May 27 01:33:12 2000 +0000 |
tree | ae7c02794c08f4e7c09d4b6adfbd44332a83be93 | |
parent | aa0e77115fd74f13a337ce6c2e98f2700b20798d [diff] |
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