diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2000-05-12 00:58:18 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2000-05-12 00:58:18 (GMT) |
commit | 147e5f3c65003a753ff545c303bbb039d8ea8ad4 (patch) | |
tree | 3b8be64e7d31a196c00f751a9fa4f61fe45b26f1 /Doc | |
parent | b2e3bb3d6aaf4ef04211b932c64ef9cd5adc56bb (diff) | |
download | cpython-147e5f3c65003a753ff545c303bbb039d8ea8ad4.zip cpython-147e5f3c65003a753ff545c303bbb039d8ea8ad4.tar.gz cpython-147e5f3c65003a753ff545c303bbb039d8ea8ad4.tar.bz2 |
Doc patch from Bastein Kleineidam: start to describe the 'install' command
family, including the new 'install_scripts' and 'install_data' commands.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/dist/dist.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index a747762..7b5ffdd 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -653,6 +653,22 @@ each, are: \subsection{Installing modules: the \protect\command{install} command family} \label{install-cmd} +The install command ensures that the build commands have been run and then +runs the subcommands \command{install\_lib}, +\command{install\_data} and +\command{install\_scripts}. + +\subsubsection{\protect\command{install\_lib}} +\label{sec:install-lib-cmd} + +\subsubsection{\protect\command{install\_data}} +\label{sec:install-data-cmd} +This command installs all data files provided with the distribution. + +\subsubsection{\protect\command{install\_scripts}} +\label{sec:install-scripts-cmd} +This command installs all (Python) scripts in the distribution. + \subsection{Cleaning up: the \protect\command{clean} command} \label{clean-cmd} |