Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f76abb51
Commit
f76abb51
authored
Mar 27, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure both hyphens of a long-option show up in the HTML output.
parent
548703a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libsys.tex
Doc/lib/libsys.tex
+2
-2
Doc/libsys.tex
Doc/libsys.tex
+2
-2
No files found.
Doc/lib/libsys.tex
View file @
f76abb51
...
@@ -79,7 +79,7 @@ the other two are undefined.
...
@@ -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.
...
@@ -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
...
...
Doc/libsys.tex
View file @
f76abb51
...
@@ -79,7 +79,7 @@ the other two are undefined.
...
@@ -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.
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment