cpython/Lib/distutils/command
Greg Ward a68c93ac89 Patch from Harry Henry Gebel:
Fills in question marks in help

Reads scripts in from files rather than strings

Adds RPM 2 compatibility mode (untested). Use of this mode requires that
--bdist-base be specified because bdist_rpm has no way of detecting where
RPM wants to find spec files and source files. An unmodified RedHat 5.0
system would require '--bdist-base=/usr/src/RedHat'. (You would also have
to be root.) If the rpmrc file has been modified to allow RPMs to be built
by normal users then --build-base would need to be changed accordingly.

Formats the changelog.

GPW: tweaked formatting, added some editorial comments.
2000-06-04 15:00:34 +00:00
..
__init__.py Changed order so 'clean' is right after the 'build' commands. 2000-05-28 23:49:03 +00:00
bdist.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
bdist_dumb.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
bdist_rpm.py Patch from Harry Henry Gebel: 2000-06-04 15:00:34 +00:00
build.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
build_clib.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
build_ext.py Overhauled to expect 'self.extensions' (taken from 'ext_modules' in the 2000-05-31 01:09:52 +00:00
build_py.py Renamed 'modules' option to 'py_modules', for consistency with Distribution 2000-06-04 13:42:52 +00:00
build_scripts.py Take the basename of the script before concatenating it with the build dir. 2000-05-25 20:05:52 +00:00
clean.py Moved warnings out of 'finalize_options()' into 'run()'. 2000-05-28 23:47:00 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
install.py Renamed 'native_path()' to 'convert_path()'. 2000-05-31 02:32:10 +00:00
install_data.py Fix to use 'change_root()' rather than directly mangling path. 2000-05-25 02:14:26 +00:00
install_headers.py Added 'install_headers' command to install C/C++ header files. 2000-05-27 01:25:16 +00:00
install_lib.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
install_scripts.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
sdist.py Remember the list of archive files created in 'make_distribution()'. 2000-06-01 01:10:56 +00:00