Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9a54a3

Browse files
committed
[Bug #713722] Delete dangling references to unwritten sections
1 parent 47172b4 commit e9a54a3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Doc/dist/dist.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ \subsection{A Simple Example}
7979
though you should be careful about putting arbitrarily expensive
8080
operations in your setup script. Unlike, say, Autoconf-style configure
8181
scripts, the setup script may be run multiple times in the course of
82-
building and installing your module distribution. If you need to
83-
insert potentially expensive processing steps into the Distutils
84-
chain, see section~\ref{extending} on extending the Distutils.
82+
building and installing your module distribution.
8583

8684
If all you want to do is distribute a module called \module{foo},
8785
contained in a file \file{foo.py}, then your setup script can be as
@@ -1365,8 +1363,7 @@ \subsection{Creating RPM packages}
13651363

13661364
(Although a better way to do this is probably to override the standard
13671365
\command{bdist\_rpm} command with one that writes whatever else you want
1368-
to the \file{.spec} file; see section~\ref{extending} for information on
1369-
extending the Distutils.)
1366+
to the \file{.spec} file.)
13701367

13711368

13721369
\subsection{Creating Windows Installers}

0 commit comments

Comments
 (0)