Consider micro version for name of CHM file.

This commit is contained in:
Martin v. Löwis 2008-12-08 11:15:35 +00:00
parent 17fa44f617
commit b5120ceae2
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ pythondll_uuid = {
# Compute the name that Sphinx gives to the docfile
docfile = ""
if micro:
docfile = str(micro)
if level < 0xf:
docfile = '%x%s' % (level, serial)
docfile = 'python%s%s%s.chm' % (major, minor, docfile)