mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Make sure both hyphens of a long-option show up in the HTML output.
This commit is contained in:
parent
548703a1b8
commit
f76abb51ef
2 changed files with 4 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ the other two are undefined.
|
||||||
A string giving the site-specific
|
A string giving the site-specific
|
||||||
directory prefix where the platform-dependent Python files are
|
directory prefix where the platform-dependent Python files are
|
||||||
installed; by default, this is also \code{"/usr/local"}. This can be
|
installed; by default, this is also \code{"/usr/local"}. This can be
|
||||||
set at build time with the \code{--exec-prefix} argument to the
|
set at build time with the \code{-}\code{-exec-prefix} argument to the
|
||||||
\program{configure} script. Specifically, all configuration files
|
\program{configure} script. Specifically, all configuration files
|
||||||
(e.g. the \file{config.h} header file) are installed in the directory
|
(e.g. the \file{config.h} header file) are installed in the directory
|
||||||
\code{exec_prefix + "/lib/python\var{version}/config"}, and shared library
|
\code{exec_prefix + "/lib/python\var{version}/config"}, and shared library
|
||||||
|
|
@ -165,7 +165,7 @@ components to \code{path}, for instance.
|
||||||
A string giving the site-specific directory prefix where the platform
|
A string giving the site-specific directory prefix where the platform
|
||||||
independent Python files are installed; by default, this is the string
|
independent Python files are installed; by default, this is the string
|
||||||
\code{"/usr/local"}. This can be set at build time with the
|
\code{"/usr/local"}. This can be set at build time with the
|
||||||
\code{--prefix} argument to the \program{configure} script. The main
|
\code{-}\code{-prefix} argument to the \program{configure} script. The main
|
||||||
collection of Python library modules is installed in the directory
|
collection of Python library modules is installed in the directory
|
||||||
\code{prefix + "/lib/python\var{version}"} while the platform
|
\code{prefix + "/lib/python\var{version}"} while the platform
|
||||||
independent header files (all except \file{config.h}) are stored in
|
independent header files (all except \file{config.h}) are stored in
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ the other two are undefined.
|
||||||
A string giving the site-specific
|
A string giving the site-specific
|
||||||
directory prefix where the platform-dependent Python files are
|
directory prefix where the platform-dependent Python files are
|
||||||
installed; by default, this is also \code{"/usr/local"}. This can be
|
installed; by default, this is also \code{"/usr/local"}. This can be
|
||||||
set at build time with the \code{--exec-prefix} argument to the
|
set at build time with the \code{-}\code{-exec-prefix} argument to the
|
||||||
\program{configure} script. Specifically, all configuration files
|
\program{configure} script. Specifically, all configuration files
|
||||||
(e.g. the \file{config.h} header file) are installed in the directory
|
(e.g. the \file{config.h} header file) are installed in the directory
|
||||||
\code{exec_prefix + "/lib/python\var{version}/config"}, and shared library
|
\code{exec_prefix + "/lib/python\var{version}/config"}, and shared library
|
||||||
|
|
@ -165,7 +165,7 @@ components to \code{path}, for instance.
|
||||||
A string giving the site-specific directory prefix where the platform
|
A string giving the site-specific directory prefix where the platform
|
||||||
independent Python files are installed; by default, this is the string
|
independent Python files are installed; by default, this is the string
|
||||||
\code{"/usr/local"}. This can be set at build time with the
|
\code{"/usr/local"}. This can be set at build time with the
|
||||||
\code{--prefix} argument to the \program{configure} script. The main
|
\code{-}\code{-prefix} argument to the \program{configure} script. The main
|
||||||
collection of Python library modules is installed in the directory
|
collection of Python library modules is installed in the directory
|
||||||
\code{prefix + "/lib/python\var{version}"} while the platform
|
\code{prefix + "/lib/python\var{version}"} while the platform
|
||||||
independent header files (all except \file{config.h}) are stored in
|
independent header files (all except \file{config.h}) are stored in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue