Don't build info for the Macintosh module reference by default; it
doesn't do well.
diff --git a/Doc/info/Makefile b/Doc/info/Makefile
index 412d0e4..1c7505c 100644
--- a/Doc/info/Makefile
+++ b/Doc/info/Makefile
@@ -11,7 +11,7 @@
 	$(TOOLSDIR)/fixinfo.el
 
 all:	python-api.info python-ext.info python-lib.info \
-	python-mac.info python-ref.info python-tut.info
+	python-ref.info python-tut.info
 
 
 python-api.info:	$(HTMLDIR)/api/api.html $(SCRIPTS)
@@ -23,6 +23,7 @@
 python-lib.info:	$(HTMLDIR)/lib/lib.html $(SCRIPTS)
 	$(MKINFO) $<
 
+# Not built by default; the conversion doesn't really handle it well.
 python-mac.info:	$(HTMLDIR)/mac/mac.html $(SCRIPTS)
 	$(MKINFO) $<