summaryrefslogtreecommitdiffstats
path: root/Doc/dist
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-03-31 01:50:37 (GMT)
committerFred Drake <fdrake@acm.org>2004-03-31 01:50:37 (GMT)
commit203b10c75a4bed11b72e909857084f326c9dad1c (patch)
tree7c0c1388cd95ce960683745842d5ed5e7440c26b /Doc/dist
parentda4d6cb57340f44ab72bc8f0284ca839372bbeb6 (diff)
downloadcpython-203b10c75a4bed11b72e909857084f326c9dad1c.zip
cpython-203b10c75a4bed11b72e909857084f326c9dad1c.tar.gz
cpython-203b10c75a4bed11b72e909857084f326c9dad1c.tar.bz2
added scripts to the list of files automatically included in the
distribution (see SF bug #796042)
Diffstat (limited to 'Doc/dist')
-rw-r--r--Doc/dist/dist.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index db4f165..da9341e 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1014,6 +1014,7 @@ into the source distribution:
\item all C source files mentioned in the \option{ext\_modules} or
\option{libraries} options (\XXX{getting C library sources currently
broken---no \method{get_source_files()} method in \file{build_clib.py}!})
+\item scripts identified by the \option{scripts} option
\item anything that looks like a test script: \file{test/test*.py}
(currently, the Distutils don't do anything with test scripts except
include them in source distributions, but in the future there will be