Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
eb8ff67f
Commit
eb8ff67f
authored
Aug 02, 2007
by
Matthias Klose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Allow Emacs 22 for building the documentation in info format.
parent
412b8b65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Doc/info/Makefile
Doc/info/Makefile
+2
-2
Misc/NEWS
Misc/NEWS
+1
-0
No files found.
Doc/info/Makefile
View file @
eb8ff67f
...
...
@@ -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 2
1
'
>
/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
...
...
Misc/NEWS
View file @
eb8ff67f
...
...
@@ -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
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment