diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-24 16:39:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-24 16:39:35 (GMT) |
commit | 0bbaa515a1ae2e45debaf41ca72cc872fcba650e (patch) | |
tree | b60bb922976eddccc5ec39ef1acf82d389ef24ad /Doc/inst/inst.tex | |
parent | b1b6a11b28fe524631b82151d7770e0cb6f5466a (diff) | |
download | cpython-0bbaa515a1ae2e45debaf41ca72cc872fcba650e.zip cpython-0bbaa515a1ae2e45debaf41ca72cc872fcba650e.tar.gz cpython-0bbaa515a1ae2e45debaf41ca72cc872fcba650e.tar.bz2 |
Remove evil "sec:" prefix from some \label markups; this is bad for
filenames on Windows (& Mac?) platforms.
Diffstat (limited to 'Doc/inst/inst.tex')
-rw-r--r-- | Doc/inst/inst.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index e0ab7bf..ff60a23 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -723,7 +723,7 @@ apply, values from ``earlier'' files are overridden by ``later'' files. \subsection{Location and names of config files} -\label{sec:config-filenames} +\label{config-filenames} The names and locations of the configuration files vary slightly across platforms. On \UNIX, the three configuration files (in the order they @@ -787,7 +787,7 @@ And on MacOS, they are: \subsection{Syntax of config files} -\label{sec:config-syntax} +\label{config-syntax} The Distutils configuration files all have the same syntax. The config files are grouped into sections; there is one section for each Distutils |