Include micro version even if it is 0.

This commit is contained in:
Martin v. Löwis 2012-05-01 16:37:44 +02:00
parent 7f9d181d56
commit bd31db6f79
1 changed files with 1 additions and 3 deletions

View File

@ -122,9 +122,7 @@ pythondll_uuid = {
} [major+minor]
# Compute the name that Sphinx gives to the docfile
docfile = ""
if int(micro):
docfile = micro
docfile = micro
if level < 0xf:
if level == 0xC:
docfile += "rc%s" % (serial,)