[docs] Create IDLE help.txt from Doc/library/idle.rst (issue 16893)

nad at acm.org nad at acm.org
Mon Feb 18 07:55:09 CET 2013


There are a couple of problems with the Makefile changes.  I'm not
convinced that the newly formatted help file is an improvement, though. 
I'll comment further in the issue.


http://bugs.python.org/review/16893/diff/7400/Doc/Makefile
File Doc/Makefile (right):

http://bugs.python.org/review/16893/diff/7400/Doc/Makefile#newcode119
Doc/Makefile:119: idledoc: BULIDER = text
typo: BULIDER -> BUILDER

http://bugs.python.org/review/16893/diff/7400/Doc/Makefile#newcode122
Doc/Makefile:122: @echo "Build finished; now copying
build/text/library/idle.txt to" \
The recipe lines in a Makefile rule have to begin with a TAB character,
not spaces.  Likewise for the following two lines.

http://bugs.python.org/review/16893/


More information about the docs mailing list