mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added a section about documentation for the Mac modules.
This commit is contained in:
parent
1a3541c29c
commit
4190fae02a
1 changed files with 14 additions and 0 deletions
14
Doc/README
14
Doc/README
|
@ -53,6 +53,20 @@ Send comments and patches to the Python Documentation Team:
|
|||
Thanks!
|
||||
|
||||
|
||||
What happened to the Macintosh chapter of the Python Library Reference?
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
The directory mac/ contains the LaTeX sources for the "Macintosh
|
||||
Library Modules" manual; this is not currently included in the build
|
||||
system. To build, do the following:
|
||||
|
||||
cd Doc/mac
|
||||
../tools/mkhowto.sh --ps --pdf --html mac
|
||||
|
||||
(Any combination of --ps, --pdf, and --html may be used depending on
|
||||
your needs; the default is --pdf.)
|
||||
|
||||
|
||||
What tools do I need?
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue