mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
- Allow Emacs 22 for building the documentation in info format.
This commit is contained in:
parent
412b8b654c
commit
eb8ff67fd7
2 changed files with 3 additions and 2 deletions
|
@ -34,10 +34,10 @@ $(WHATSNEW): python$(VERSION)-$(WHATSNEW).info
|
|||
|
||||
check-emacs-version:
|
||||
@v="`$(EMACS) --version 2>&1 | egrep '^(GNU |X)Emacs [12]*'`"; \
|
||||
if `echo "$$v" | grep '^GNU Emacs 21' >/dev/null 2>&1`; then \
|
||||
if `echo "$$v" | grep '^GNU Emacs 2[12]' >/dev/null 2>&1`; then \
|
||||
echo "Using $(EMACS) to build the info docs"; \
|
||||
else \
|
||||
echo "GNU Emacs 21 is required to build the info docs"; \
|
||||
echo "GNU Emacs 21 or 22 is required to build the info docs"; \
|
||||
echo "Found $$v"; \
|
||||
false; \
|
||||
fi
|
||||
|
|
|
@ -958,6 +958,7 @@ Build
|
|||
|
||||
- Fix the build of the library reference in info format.
|
||||
|
||||
- Allow Emacs 22 for building the documentation in info format.
|
||||
|
||||
C API
|
||||
-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue