Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89de74e

Browse files
committed
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.
1 parent 3b09558 commit 89de74e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/info/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ VERSION=
1818
all: check-emacs-version \
1919
python$(VERSION)-api.info python$(VERSION)-ext.info \
2020
python$(VERSION)-lib.info python$(VERSION)-ref.info \
21-
python$(VERSION)-tut.info python$(VERSION)-dist.info
21+
python$(VERSION)-tut.info python$(VERSION)-dist.info \
22+
python$(VERSION)-mac.info
2223

2324
# python$(VERSION)-doc.info python$(VERSION)-inst.info
24-
# python$(VERSION)-mac.info
2525

2626
check-emacs-version:
2727
@v="`$(EMACS) --version 2>&1 | egrep '^(GNU |X)Emacs [12]*'`"; \

0 commit comments

Comments
 (0)