summaryrefslogtreecommitdiffstats
path: root/Doc/dist/dist.tex
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2004-08-04 23:18:49 (GMT)
committerMatthias Klose <doko@ubuntu.com>2004-08-04 23:18:49 (GMT)
commit4c8fa42aca0380775889a0d9de89069017f969d0 (patch)
tree568f2cceef35d81d4374aab0e4dc3398f768a108 /Doc/dist/dist.tex
parent283b670f6bd9c00faa12fbf9f7c97abc79c73dcd (diff)
downloadcpython-4c8fa42aca0380775889a0d9de89069017f969d0.zip
cpython-4c8fa42aca0380775889a0d9de89069017f969d0.tar.gz
cpython-4c8fa42aca0380775889a0d9de89069017f969d0.tar.bz2
Doc/lib/libfuncs.tex: correct items in itemize
Doc/dist/dist.tex: avoid uncommenting the verbose environment (by the py2texi tool)
Diffstat (limited to 'Doc/dist/dist.tex')
-rw-r--r--Doc/dist/dist.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 784c908..efa8b93 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1444,11 +1444,11 @@ tree,'' in a temporary directory created by \command{bdist_rpm}.)
% \longprogramopt{spec-only}, this gives you an opportunity to customize
% the \file{.spec} file manually:
%
-% \begin{verbatim}
+% \ begin{verbatim}
% > python setup.py bdist_rpm --spec-only
% # ...edit dist/FooBar-1.0.spec
% > python setup.py bdist_rpm --spec-file=dist/FooBar-1.0.spec
-% \end{verbatim}
+% \ end{verbatim}
%
% (Although a better way to do this is probably to override the standard
% \command{bdist\_rpm} command with one that writes whatever else you want