]> granicus.if.org Git - python/commitdiff
added scripts to the list of files automatically included in the
authorFred Drake <fdrake@acm.org>
Wed, 31 Mar 2004 01:50:37 +0000 (01:50 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 31 Mar 2004 01:50:37 +0000 (01:50 +0000)
distribution (see SF bug #796042)

Doc/dist/dist.tex

index db4f16567863baefd1004238bf2990c06f7ecb8d..da9341e7639403dc37b4f9af2f164e90df63f706 100644 (file)
@@ -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