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
12577abe
Kaydet (Commit)
12577abe
authored
Mar 03, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
For each of the l2h??? targets, remove the sed hack that rips out a comma;
it no longer appears to be needed.
üst
dcb5e7f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
Makefile
Doc/Makefile
+0
-16
No files found.
Doc/Makefile
Dosyayı görüntüle @
12577abe
...
...
@@ -239,26 +239,16 @@ lib.texi: python-lib.texi
# a (trivial) index.html. Change the definition of $ICONSERVER in
# .latex2html-init to use a different location for the icons directory.
# The sed hack rips out a superfluous comma which I haven't found the
# source of. The prominent location makes it worth the extra step;
# this affects the title pages!
l2h
:
l2hapi l2hext l2hlib l2htut
l2htut
:
tut.dvi manual.perl python.perl
$(L2H)
$(L2HARGS)
tut.tex
(
cd
tut
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<tut/tut.html
>
tut/xxx
mv
tut/xxx tut/tut.html
ln
-s
tut.html tut/index.html
||
true
l2hext
:
ext.dvi manual.perl python.perl
$(L2H)
$(L2HARGS)
ext.tex
(
cd
ext
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<ext/ext.html
>
ext/xxx
mv
ext/xxx ext/ext.html
ln
-s
ext.html ext/index.html
||
true
l2hlib
:
lib.dvi manual.perl python.perl
...
...
@@ -267,17 +257,11 @@ l2hlib: lib.dvi manual.perl python.perl
if
[
-d
lib
]
;
then
rm
-f
lib/
*
.html
;
fi
$(L2H)
$(L2HARGS)
lib.tex
(
cd
lib
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<lib/lib.html
>
lib/xxx
mv
lib/xxx lib/lib.html
ln
-s
lib.html lib/index.html
||
true
l2hapi
:
api.dvi manual.perl python.perl
$(L2H)
$(L2HARGS)
api.tex
(
cd
api
;
../node2label.pl
*
.html
)
sed
's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/'
\
<api/api.html
>
api/xxx
mv
api/xxx api/api.html
ln
-s
api.html api/index.html
||
true
info-$(VERSION).tar.gz
:
$(INFOFILES)
...
...
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