summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_headers.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete spurious comment.Greg Ward2000-06-211-1/+0
|
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-211-1/+9
| | | | (Bug spotted and originally fixed by Rene Liebscher; fix redone by me.)
* Added 'install_headers' command to install C/C++ header files.Greg Ward2000-05-271-0/+40