Doc patch from Bastein Kleineidam: start to describe the 'install' command

family, including the new 'install_scripts' and 'install_data' commands.
This commit is contained in:
Gregory P. Smith 2000-05-12 00:58:18 +00:00
parent b2e3bb3d6a
commit 147e5f3c65
1 changed files with 16 additions and 0 deletions

16
Doc/dist/dist.tex vendored
View File

@ -653,6 +653,22 @@ each, are:
\subsection{Installing modules: the \protect\command{install} command family} \subsection{Installing modules: the \protect\command{install} command family}
\label{install-cmd} \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} \subsection{Cleaning up: the \protect\command{clean} command}
\label{clean-cmd} \label{clean-cmd}