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
8f65aeff
Kaydet (Commit)
8f65aeff
authored
Tem 17, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revise the rules for building the distribution files for the HTML format.
These work again.
üst
0068e9c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
Makefile
Doc/Makefile
+10
-7
No files found.
Doc/Makefile
Dosyayı görüntüle @
8f65aeff
...
...
@@ -359,15 +359,16 @@ postscript-$(PAPER)-$(RELEASE).zip: ps paper-$(PAPER)/README
rm
-f
$@
cd
paper-
$(PAPER)
&&
zip
-q
-9
../
$@
*
.ps README
html-$(RELEASE).t
gz
:
html
html-$(RELEASE).t
ar
:
html
cd
$(HTMLDIR)
&&
\
tar
cf
-
*
.html
*
/
*
.css
*
/
*
.html
*
/
*
.gif
*
/
*
.txt
\
|
gzip
-9
>
$@
tar
cf
../html-
$(RELEASE)
.tar
*
.html
*
/
*
.css
*
/
*
.html
\
*
/
*
.gif
*
/
*
.txt
html-$(RELEASE).tar.bz2
:
html
cd
$(HTMLDIR)
&&
\
tar
cf -
*
.html
*
/
*
.css
*
/
*
.html
*
/
*
.gif
*
/
*
.txt
\
| bzip2
-9
>
$@
html-$(RELEASE).tgz
:
html-$(RELEASE).tar
gzip
-9
<html-
$(RELEASE)
.tar
>
$@
html-$(RELEASE).tar.bz2
:
html-$(RELEASE).tar
bzip2
-9
<html-
$(RELEASE)
.tar
>
$@
html-$(RELEASE).zip
:
html
rm
-f
$@
...
...
@@ -415,10 +416,12 @@ distfiles: tarballs zips bzips
# - sources: .tex, .bib, .sty, *.cls
# - useful results: .dvi, .pdf, .ps, .texi, .info
clean
:
rm
-f
html-
$(RELEASE)
.tar
cd
$(INFODIR)
&&
$(MAKE)
clean
# Remove temporaries as well as final products
clobber
:
rm
-f
html-
$(RELEASE)
.tar
rm
-f
html-
$(RELEASE)
.tgz info-
$(RELEASE)
.tgz
rm
-f
pdf-
$(RELEASE)
.tgz postscript-
$(RELEASE)
.tgz
rm
-f
latex-
$(RELEASE)
.tgz html-
$(RELEASE)
.zip
...
...
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