[issue18385] Add devhelp build instructions to the documentation makefile (Python2)

2013-07-06 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Add devhelp build instructions to the documentation makefile ___ Python tracker __

[issue18385] Add devhelp build instructions to the documentation makefile (Python2)

2013-07-06 Thread Balthazar Rouberol
New submission from Balthazar Rouberol: The documentation makefile is missing support for Devhelp. The supplied patch fixes this for the Python 2 branch. -- assignee: docs@python components: Documentation files: devhelp-build-py2.patch keywords: patch messages: 192458 nosy: brouberol, d