]> granicus.if.org Git - python/commitdiff
Added a section about documentation for the Mac modules.
authorFred Drake <fdrake@acm.org>
Mon, 11 May 1998 19:05:36 +0000 (19:05 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 May 1998 19:05:36 +0000 (19:05 +0000)
Doc/README

index 6e7a52d7690fa06a8dd7ad47278f8e07ca2b8943..659e78605c504809d27f8a2a2a5854d1cc0d52e4 100644 (file)
@@ -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?
 ---------------------