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
e34ab30a
Kaydet (Commit)
e34ab30a
authored
May 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Switch to .tgz instead of .tar.gz to appease Windows users.
Clean up the clean & clobber targets.
üst
72dd58d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
Makefile
Doc/Makefile
+17
-17
No files found.
Doc/Makefile
Dosyayı görüntüle @
e34ab30a
...
...
@@ -317,35 +317,35 @@ webcheck:
$(WEBCHECKER)
file:
`
pwd
`
/ref/
$(WEBCHECKER)
file:
`
pwd
`
/tut/
lib-info-$(RELEASE).t
ar.
gz
:
info
lib-info-$(RELEASE).tgz
:
info
(
cd
$(INFODIR)
;
tar
cf - python-???.info
*
)
|
gzip
-9
>
$@
latex-$(RELEASE).t
ar.
gz
:
latex-$(RELEASE).tgz
:
$(srcdir)
/tools/mktarball.sh
$(RELEASE)
pdf-$(
RELEASE).tar.
gz
:
all-pdf
pdf-$(
PAPER)-$(RELEASE).t
gz
:
all-pdf
(
cd
paper-
$(PAPER)
;
tar
cf -
$(PDFFILES)
)
|
gzip
-9
>
$@
postscript-$(
RELEASE).tar.
gz
:
all-ps
postscript-$(
PAPER)-$(RELEASE).t
gz
:
all-ps
(
cd
paper-
$(PAPER)
;
tar
cf -
$(PSFILES)
)
|
gzip
-9
>
$@
html-$(RELEASE).t
ar.
gz
:
(
cd
html
;
tar
cf - index.html ???/???.css ???/
*
.html
*
/
*
.gif
)
\
html-$(RELEASE).tgz
:
(
cd
$(HTMLDIR)
;
tar
cf - index.html ???/???.css ???/
*
.html
*
/
*
.gif
)
\
|
gzip
-9
>
$@
# convenience targets:
tarhtml
:
html-$(RELEASE).t
ar.
gz
tarhtml
:
html-$(RELEASE).tgz
tarinfo
:
lib-info-$(RELEASE).t
ar.
gz
tarinfo
:
lib-info-$(RELEASE).tgz
tarps
:
postscript-$(
RELEASE).tar.
gz
tarps
:
postscript-$(
PAPER)-$(RELEASE).t
gz
tarpdf
:
pdf-$(
RELEASE).tar.
gz
tarpdf
:
pdf-$(
PAPER)-$(RELEASE).t
gz
tarlatex
:
latex-$(RELEASE).t
ar.
gz
tarlatex
:
latex-$(RELEASE).tgz
tarballs
:
tarpdf tarps tarhtml tarlatex
tarballs
:
tarpdf tarps tarhtml tar
info tar
latex
# Housekeeping targets
...
...
@@ -355,11 +355,11 @@ tarballs: tarpdf tarps tarhtml tarlatex
# - useful results: .dvi, .pdf, .ps, .texi, .info
clean
:
(
cd
paper-
$(PAPER)
;
rm
-f
*
~
*
.aux
*
.idx
*
.ilg
*
.ind
*
.log
*
.toc
*
.bkm
)
rm
-f
*
.bak
*
.orig lib1.texi
(
cd
$(INFODIR)
;
$(MAKE)
clean
)
(
cd
$(HTMLDIR)
;
rm
-f
@webchecker.pickle
)
rm
-f
html-
$(RELEASE)
.t
ar.gz info-
$(RELEASE)
.tar.
gz
rm
-f
pdf-
$(RELEASE)
.t
ar.gz postscript-
$(RELEASE)
.tar.
gz
rm
-f
latex-
$(RELEASE)
.t
ar.
gz
rm
-f
html-
$(RELEASE)
.t
gz info-
$(RELEASE)
.t
gz
rm
-f
pdf-
$(RELEASE)
.t
gz postscript-
$(RELEASE)
.t
gz
rm
-f
latex-
$(RELEASE)
.tgz
l2hclean
:
(
cd
$(HTMLDIR)
;
rm
-rf
api ext lib ref tut
)
...
...
@@ -367,7 +367,7 @@ l2hclean:
# Remove temporaries as well as final products
clobber
:
clean l2hclean
(
cd
paper-
$(PAPER)
;
rm
-f
$(DVIFILES)
$(PSFILES)
$(PDFFILES)
)
(
cd
$(
HTMLDIR)
;
rm
-f
*
.texi python-???.info python-???.info-[0-9]
*
)
(
cd
$(
INFODIR)
;
$(MAKE)
clobber
)
realclean
:
clobber
distclean
:
clobber
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