]> granicus.if.org Git - python/commitdiff
Doc patch from Bastein Kleineidam: start to describe the 'install' command
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 12 May 2000 00:58:18 +0000 (00:58 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 12 May 2000 00:58:18 +0000 (00:58 +0000)
family, including the new 'install_scripts' and 'install_data' commands.

Doc/dist/dist.tex

index a747762c122c8897389f89e7f8d4222752223753..7b5ffdda6aeb50d8a10035b0d3b740732f764882 100644 (file)
@@ -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}