[issue5444] .chm build process on Windows doesn't use the right filename

Gabriel Genellina report at bugs.python.org
Sun Mar 8 20:18:55 CET 2009


New submission from Gabriel Genellina <gagsl-py2 at yahoo.com.ar>:

doc/make.bat on Windows doesn't correctly build the right .chm 
filename. 
This patch does the same as the unix Makefile: run patchlevel.py and 
set the output as the DISTVERSION environment variable, so it can be 
used in the final file name.

----------
assignee: georg.brandl
components: Documentation
files: make.diff
keywords: patch
message_count: 1.0
messages: 83320
nosy: gagenellina, georg.brandl
nosy_count: 2.0
severity: normal
status: open
title: .chm build process on Windows doesn't use the right filename
type: behavior
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file13266/make.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5444>
_______________________________________


More information about the Python-bugs-list mailing list