summaryrefslogtreecommitdiffstats
path: root/Doc/info
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-02 14:25:04 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-02 14:25:04 (GMT)
commit89de74ee9407a7283bf4c4cb81c7a56326bbf02a (patch)
tree35c1ff7e443a1b4f88f29193ce7554bc420b6365 /Doc/info
parent3b09558710f440e280bc5a8eba3e87b1470d2dfb (diff)
downloadcpython-89de74ee9407a7283bf4c4cb81c7a56326bbf02a.zip
cpython-89de74ee9407a7283bf4c4cb81c7a56326bbf02a.tar.gz
cpython-89de74ee9407a7283bf4c4cb81c7a56326bbf02a.tar.bz2
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.
Diffstat (limited to 'Doc/info')
-rw-r--r--Doc/info/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/info/Makefile b/Doc/info/Makefile
index 008e369..8bc35de 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]*'`"; \