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
c260c0bc
Kaydet (Commit)
c260c0bc
authored
Nis 14, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Further refinement, to allow this to handle the library reference as
well as the other "manual" documents.
üst
011f6fca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
mkdvi.sh
Doc/tools/mkdvi.sh
+5
-5
No files found.
Doc/tools/mkdvi.sh
Dosyayı görüntüle @
c260c0bc
...
...
@@ -45,11 +45,11 @@ echo "$latex $part"
$latex
$part
||
exit
$?
if
[
!
-f
mod
$part
.idx
]
;
then
echo
"Not using module index; removing mod
$part
.ind"
rm
mod
$part
.ind
rm
mod
$part
.ind
||
exit
$?
fi
if
[
"
$aux
"
]
;
then
# make sure the .dvi isn't interpreted as useful:
rm
$part
.dvi
rm
$part
.dvi
||
exit
$?
else
if
[
-f
$part
.idx
]
;
then
# using the index
...
...
@@ -57,20 +57,20 @@ else
$srcdir
/tools/fix_hack
$part
.idx
||
exit
$?
echo
'makeindex -s '
$srcdir
'/texinputs/python.ist '
$part
'.idx'
makeindex
-s
$srcdir
/texinputs/python.ist
$part
.idx
||
exit
$?
echo
$srcdir
'/tools/indfix.py '
$part
'.ind'
$srcdir
/tools/indfix.py
$part
.ind
||
exit
$?
else
# skipping the index; clean up the unused file
rm
-f
$part
.ind
fi
if
[
-f
mod
$part
.idx
]
;
then
# using the index
echo
$srcdir
'/tools/fix_hack mod'
$part
'.idx'
$srcdir
/tools/fix_hack mod
$part
.idx
||
exit
$?
echo
'makeindex -s '
$srcdir
'/texinputs/python.ist mod'
$part
'.idx'
makeindex
-s
$srcdir
/texinputs/python.ist mod
$part
.idx
||
exit
$?
fi
if
[
"
$pdf
"
]
;
then
echo
$srcdir
'/tools/toc2bkm.py '
$part
$srcdir
/tools/toc2bkm.py
$part
$srcdir
/tools/toc2bkm.py
$part
||
exit
$?
fi
echo
"
$latex
$part
"
$latex
$part
||
exit
$?
...
...
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