blob: 7282961bd4792342cc8ffee6d1fa2dac9852d467 [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001.. _reference:
2
3*****************
4Command Reference
5*****************
6
7.. % \section{Building modules: the \protect\command{build} command family}
8.. % \label{build-cmds}
9.. % \subsubsection{\protect\command{build}}
10.. % \label{build-cmd}
11.. % \subsubsection{\protect\command{build\_py}}
12.. % \label{build-py-cmd}
13.. % \subsubsection{\protect\command{build\_ext}}
14.. % \label{build-ext-cmd}
15.. % \subsubsection{\protect\command{build\_clib}}
16.. % \label{build-clib-cmd}
17
18
19.. _install-cmd:
20
21Installing modules: the :command:`install` command family
22=========================================================
23
24The install command ensures that the build commands have been run and then runs
25the subcommands :command:`install_lib`, :command:`install_data` and
26:command:`install_scripts`.
27
28.. % \subsubsection{\protect\command{install\_lib}}
29.. % \label{install-lib-cmd}
30
31
32.. _install-data-cmd:
33
34:command:`install_data`
35-----------------------
36
37This command installs all data files provided with the distribution.
38
39
40.. _install-scripts-cmd:
41
42:command:`install_scripts`
43--------------------------
44
45This command installs all (Python) scripts in the distribution.
46
47.. % \subsection{Cleaning up: the \protect\command{clean} command}
48.. % \label{clean-cmd}
49
50
Georg Brandl8ec7f652007-08-15 14:28:01 +000051.. % \section{Creating a built distribution: the
52.. % \protect\command{bdist} command family}
53.. % \label{bdist-cmds}
54
55.. % \subsection{\protect\command{bdist}}
56.. % \subsection{\protect\command{bdist\_dumb}}
57.. % \subsection{\protect\command{bdist\_rpm}}
58.. % \subsection{\protect\command{bdist\_wininst}}
59
60