[Python-checkins] CVS: distutils/doc/dist dist.tex,1.5,1.6
Greg Ward
python-dev@python.org
2000年4月19日 18:34:14 -0400 (EDT)
Update of /projects/cvsroot/distutils/doc/dist
In directory kaluha:/tmp/cvs-serv13090/dist
Modified Files:
dist.tex
Log Message:
Changed '\option' to '\longprogramopt' wherever it referred to a command-line
option.
Index: dist.tex
===================================================================
RCS file: /projects/cvsroot/distutils/doc/dist/dist.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** dist.tex 2000年04月14日 01:53:36 1.5
--- dist.tex 2000年04月19日 22:34:11 1.6
***************
*** 357,361 ****
\lineii{Windows}{zip file}
\end{tableii}
! You can specify as many formats as you like using the \option{--formats}
option, for example:
\begin{verbatim}
--- 357,361 ----
\lineii{Windows}{zip file}
\end{tableii}
! You can specify as many formats as you like using the \longprogramopt{formats}
option, for example:
\begin{verbatim}
***************
*** 487,494 ****
python setup.py sdist --manifest-only
\end{verbatim}
! (\option{--manifest-only} implies \option{--force-manifest}.)
If you don't want to use the default file set, you can supply the
! \option{--no-defaults} option. If you use \option{--no-defaults} and
don't supply a manifest template (or it's empty, or nothing matches the
patterns in it), then your source distribution will be empty.
--- 487,494 ----
python setup.py sdist --manifest-only
\end{verbatim}
! (\longprogramopt{manifest-only} implies \longprogramopt{force-manifest}.)
If you don't want to use the default file set, you can supply the
! \longprogramopt{no-defaults} option. If you use \longprogramopt{no-defaults} and
don't supply a manifest template (or it's empty, or nothing matches the
patterns in it), then your source distribution will be empty.
***************
*** 548,552 ****
\XXX{filenames are inaccurate here!}
! The \command{bdist} command has a \option{--format} option, similar to
the \command{sdist} command, that you can use to select which formats to
generate: for example,
--- 548,552 ----
\XXX{filenames are inaccurate here!}
! The \command{bdist} command has a \longprogramopt{format} option, similar to
the \command{sdist} command, that you can use to select which formats to
generate: for example,
***************
*** 581,585 ****
You don't have to use the \command{bdist} command with the
! \option{--formats} option; you can also use the command that directly
implements the format you're interested in. Many of these
\command{bdist} ``sub-commands'' actually generate several similar
--- 581,585 ----
You don't have to use the \command{bdist} command with the
! \longprogramopt{formats} option; you can also use the command that directly
implements the format you're interested in. Many of these
\command{bdist} ``sub-commands'' actually generate several similar