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
ed1e4382
Kaydet (Commit)
ed1e4382
authored
Şub 09, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17161: make install now also installs a python2 and python man page.
üst
c12dcd2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
Makefile.pre.in
Makefile.pre.in
+12
-4
NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
ed1e4382
...
...
@@ -806,7 +806,8 @@ memtest: all platform
install
:
@FRAMEWORKINSTALLFIRST@ altinstall bininstall maninstall @FRAMEWORKINSTALLLAST@
# Install almost everything without disturbing previous versions
altinstall
:
@FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall
\
altinstall
:
@FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall
\
libainstall altmaninstall
\
sharedinstall oldsharedinstall @FRAMEWORKALTINSTALLLAST@
# Install shared libraries enabled by Setup
...
...
@@ -876,8 +877,8 @@ altbininstall: $(BUILDPYTHON)
else
true
;
\
fi
# Install the manual page
maninstall
:
# Install the
versioned
manual page
alt
maninstall
:
@
for
i
in
$(MANDIR)
$(MANDIR)
/man1
;
\
do
\
if
test
!
-d
$(DESTDIR)$$
i
;
then
\
...
...
@@ -889,6 +890,13 @@ maninstall:
$(INSTALL_DATA)
$(srcdir)
/Misc/python.man
\
$(DESTDIR)$(MANDIR)
/man1/python
$(VERSION)
.1
# Install the unversioned manual pages
maninstall
:
altmaninstall
-
rm
-f
$(DESTDIR)$(MANDIR)
/man1/python2.1
(
cd
$(DESTDIR)$(MANDIR)
/man1
;
$(LN)
-s
python
$(VERSION)
.1 python2.1
)
-
rm
-f
$(DESTDIR)$(MANDIR)
/man1/python.1
(
cd
$(DESTDIR)$(MANDIR)
/man1
;
$(LN)
-s
python2.1 python.1
)
# Install the library
PLATDIR
=
plat-
$(MACHDEP)
EXTRAPLATDIR
=
@EXTRAPLATDIR@
...
...
@@ -1326,7 +1334,7 @@ Python/thread.o: @THREADHEADERS@
.PHONY
:
frameworkinstall frameworkinstallframework frameworkinstallstructure
.PHONY
:
frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
.PHONY
:
frameworkaltinstallunixtools recheck autoconf clean clobber distclean
.PHONY
:
smelly funny patchcheck
.PHONY
:
smelly funny patchcheck
altmaninstall
.PHONY
:
gdbhooks
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
Misc/NEWS
Dosyayı görüntüle @
ed1e4382
...
...
@@ -830,6 +830,8 @@ Build
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5.
- Issue #17161: make install now also installs a python2 and python man page.
Tools/Demos
-----------
...
...
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