summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-08-31 14:47:05 (GMT)
committerGreg Ward <gward@python.net>2000-08-31 14:47:05 (GMT)
commit1365a300a132b96f1e4c1dee2de033acb3a07ef3 (patch)
tree689209782ba8a8f46d3af8c283c0acd6636412a5 /Doc
parentb76a55c278cda87cc66ae17b6c33b58a44428bbf (diff)
downloadcpython-1365a300a132b96f1e4c1dee2de033acb3a07ef3.zip
cpython-1365a300a132b96f1e4c1dee2de033acb3a07ef3.tar.gz
cpython-1365a300a132b96f1e4c1dee2de033acb3a07ef3.tar.bz2
Get rid of "sec:" prefix that slipped into a couple of \label's.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/dist/dist.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 02cce0e..cc59cb2 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -345,7 +345,7 @@ the \option{package\_dir} option.
\subsection{Describing extension modules}
-\label{sec:describing-extensions}
+\label{describing-extensions}
Just as writing Python extension modules is a bit more complicated than
writing pure Python modules, describing them to the Distutils is a bit
@@ -887,14 +887,14 @@ runs the subcommands \command{install\_lib},
\command{install\_scripts}.
\subsubsection{\protect\command{install\_lib}}
-\label{sec:install-lib-cmd}
+\label{install-lib-cmd}
\subsubsection{\protect\command{install\_data}}
-\label{sec:install-data-cmd}
+\label{install-data-cmd}
This command installs all data files provided with the distribution.
\subsubsection{\protect\command{install\_scripts}}
-\label{sec:install-scripts-cmd}
+\label{install-scripts-cmd}
This command installs all (Python) scripts in the distribution.