From: Fred Drake Date: Wed, 27 Jan 1999 18:30:16 +0000 (+0000) Subject: Don't build info for the Macintosh module reference by default; it X-Git-Tag: v1.5.2b2~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5efde85223f7f83aadcd64503e8317dce6f4856;p=thirdparty%2FPython%2Fcpython.git 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 412d0e40a37a..1c7505cbf536 100644 --- a/Doc/info/Makefile +++ b/Doc/info/Makefile @@ -11,7 +11,7 @@ SCRIPTS=$(TOOLSDIR)/html2texi.pl $(TOOLSDIR)/checkargs.pm $(TOOLSDIR)/mkinfo \ $(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-ext.info: $(HTMLDIR)/ext/ext.html $(SCRIPTS) 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) $<