Commit 8628f750 authored by Martin v. Löwis's avatar Martin v. Löwis

Take chm file from build/htmlhelp/pydoc.chm.

parent 0a04819a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment