Zachary Ware added the comment:

In issue17386, I have offered a patch to Doc/make.bat which makes using 
make.bat on Windows very, very nearly the same as using make on UNIX.  With 
such a patch applied, it would be trivial to rewrite section 7.6.1 with 
instructions that apply equally well to both platforms.

> "make -C Doc xxx" will not work with make.bat.

In issue16895, there is a make.bat file intended for the root of the Python 
repository, which, if there is any interest, could be fairly easily expanded to 
support a "make -C Doc xxx" command.  In fact, the version posted includes a 
"doc" target, which does essentially the same thing as "make -C Doc xxx".

----------
nosy: +zach.ware

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15605>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to