mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add all readme files in Tools.
This commit is contained in:
@@ -982,8 +982,9 @@ def add_files(db):
|
||||
if f == "pynche":
|
||||
x = PyDirectory(db, cab, lib, "X", "X", "X|X")
|
||||
x.glob("*.txt")
|
||||
if f == 'Scripts':
|
||||
if os.path.exists(os.path.join(lib.absolute, "README")):
|
||||
lib.add_file("README.txt", src="README")
|
||||
if f == 'Scripts':
|
||||
if have_tcl:
|
||||
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
|
||||
lib.add_file("pydocgui.pyw")
|
||||
|
||||
Reference in New Issue
Block a user