From 89de74ee9407a7283bf4c4cb81c7a56326bbf02a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 2 Jul 2003 14:25:04 +0000 Subject: [PATCH] The Macintosh Modules Reference now formats to GNU info without errors (which is not to say it's right), so re-enable it. Documenting Python and Installing Python Modules still have problems when converting to GNU info, so we'll continue to leave them out for now. --- Doc/info/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/info/Makefile b/Doc/info/Makefile index 008e3692b5..8bc35dec59 100644 --- a/Doc/info/Makefile +++ b/Doc/info/Makefile @@ -18,10 +18,10 @@ VERSION= all: check-emacs-version \ python$(VERSION)-api.info python$(VERSION)-ext.info \ python$(VERSION)-lib.info python$(VERSION)-ref.info \ - python$(VERSION)-tut.info python$(VERSION)-dist.info + python$(VERSION)-tut.info python$(VERSION)-dist.info \ + python$(VERSION)-mac.info # python$(VERSION)-doc.info python$(VERSION)-inst.info -# python$(VERSION)-mac.info check-emacs-version: @v="`$(EMACS) --version 2>&1 | egrep '^(GNU |X)Emacs [12]*'`"; \ -- 2.50.1