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
e61d7af4
Kaydet (Commit)
e61d7af4
authored
Mar 05, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.
clean: Remove all the generatable tarballs.
üst
2888bf6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
Makefile
Doc/Makefile
+9
-3
No files found.
Doc/Makefile
Dosyayı görüntüle @
e61d7af4
...
@@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
...
@@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
info-$(VERSION).tar.gz
:
$(INFOFILES)
info-$(VERSION).tar.gz
:
$(INFOFILES)
tar
cf - python-???.info
*
|
gzip
-9
>
$@
tar
cf - python-???.info
*
|
gzip
-9
>
$@
latex-$(VERSION).tar.gz
:
./mktarball.sh
# This snags a PDF version if available, but doesn't fail if not.
# This snags a PDF version if available, but doesn't fail if not.
pdf-$(VERSION).tar.gz
:
$(PDFFILES)
pdf-$(VERSION).tar.gz
:
$(PDFFILES)
if
[
-f
ref/ref.pdf
]
;
then
cp
ref/ref.pdf
.
;
else
true
;
fi
if
[
-f
ref/ref.pdf
]
;
then
cp
ref/ref.pdf
.
;
else
true
;
fi
...
@@ -291,7 +294,9 @@ tarps: postscript-$(VERSION).tar.gz
...
@@ -291,7 +294,9 @@ tarps: postscript-$(VERSION).tar.gz
tarpdf
:
pdf-$(VERSION).tar.gz
tarpdf
:
pdf-$(VERSION).tar.gz
tarballs
:
tarpdf tarps tarhtml tarinfo
tarlatex
:
latex-$(VERSION).tar.gz
tarballs
:
tarpdf tarps tarhtml tarinfo tarlatex
# Housekeeping targets
# Housekeeping targets
...
@@ -302,8 +307,9 @@ tarballs: tarpdf tarps tarhtml tarinfo
...
@@ -302,8 +307,9 @@ tarballs: tarpdf tarps tarhtml tarinfo
clean
:
l2hclean
clean
:
l2hclean
rm
-f
@
*
*
~
*
.aux
*
.idx
*
.ilg
*
.ind
*
.log
*
.toc
*
.blg
*
.bbl
*
.py[co]
rm
-f
@
*
*
~
*
.aux
*
.idx
*
.ilg
*
.ind
*
.log
*
.toc
*
.blg
*
.bbl
*
.py[co]
rm
-f
*
.bak
*
.orig lib1.texi
*
.out
rm
-f
*
.bak
*
.orig lib1.texi
*
.out
rm
-f
html-
$(VERSION)
.tar.gz postscript-
$(VERSION)
.tar.gz
rm
-f
html-
$(VERSION)
.tar.gz info-
$(VERSION)
.tar.gz
rm
-f
pdf-
$(VERSION)
.tar.gz
rm
-f
pdf-
$(VERSION)
.tar.gz postscript-
$(VERSION)
.tar.gz
rm
-f
latex-
$(VERSION)
.tar.gz
l2hclean
:
l2hclean
:
rm
-rf
api ext lib tut
rm
-rf
api ext lib tut
...
...
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