summaryrefslogtreecommitdiffstats
path: root/Doc/README
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-11 19:05:36 (GMT)
committerFred Drake <fdrake@acm.org>1998-05-11 19:05:36 (GMT)
commit4190fae02a1785a60281048fd50302ea0a8cfebf (patch)
tree7d8531b176737ef9a6a45adc037cd6d99c3925e5 /Doc/README
parent1a3541c29c18e30b99cdad40db73e1295f63399c (diff)
downloadcpython-4190fae02a1785a60281048fd50302ea0a8cfebf.zip
cpython-4190fae02a1785a60281048fd50302ea0a8cfebf.tar.gz
cpython-4190fae02a1785a60281048fd50302ea0a8cfebf.tar.bz2
Added a section about documentation for the Mac modules.
Diffstat (limited to 'Doc/README')
-rw-r--r--Doc/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/README b/Doc/README
index 6e7a52d..659e786 100644
--- a/Doc/README
+++ b/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?
---------------------