mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Take chm file from build/htmlhelp/pydoc.chm.
This commit is contained in:
parent
0a04819a13
commit
8628f7509f
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ def add_files(db):
|
|||
htmlfiles.set_current()
|
||||
lib = PyDirectory(db, cab, root, "Doc", "Doc", "DOC|Doc")
|
||||
lib.start_component("documentation", keyfile="Python%s%s.chm" % (major,minor))
|
||||
lib.add_file("Python%s%s.chm" % (major, minor))
|
||||
lib.add_file("Python%s%s.chm" % (major, minor), src="build/htmlhelp/pydoc.chm")
|
||||
|
||||
cab.commit(db)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue