Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
979f5cd3
Kaydet (Commit)
979f5cd3
authored
Agu 02, 2007
tarafından
Matthias Klose
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Allow Emacs 22 for building the documentation in info format.
üst
858c8096
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
Doc/info/Makefile
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/info/Makefile
Dosyayı görüntüle @
979f5cd3
...
...
@@ -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
Dosyayı görüntüle @
979f5cd3
...
...
@@ -106,6 +106,8 @@ Build
-
Patch
#
1673122
:
Use
an
explicit
path
to
libtool
when
building
a
framework
.
This
avoids
picking
up
GNU
libtool
from
a
users
PATH
.
-
Allow
Emacs
22
for
building
the
documentation
in
info
format
.
What
's New in Python 2.5.1?
=============================
...
...
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