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
1915754e
Kaydet (Commit)
1915754e
authored
Tem 31, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small changes to reflect changes in LaTeX2HTML support for newer versions
of LaTeX2HTML.
üst
1e75e177
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
mkhowto
Doc/tools/mkhowto
+5
-2
mkhtml.sh
Doc/tools/mkhtml.sh
+3
-1
No files found.
Doc/tools/mkhowto
Dosyayı görüntüle @
1915754e
...
...
@@ -361,13 +361,16 @@ class Job:
def
write_l2h_aux_init_file
(
self
):
fp
=
open
(
self
.
l2h_aux_init_file
,
"w"
)
d
=
string_to_perl
(
os
.
path
.
dirname
(
L2H_INIT_FILE
))
fp
.
write
(
"package main;
\n
"
"push (@INC, '
%
s');
\n
"
"$mydir = '
%
s';
\n
"
%
(
d
,
d
))
fp
.
write
(
open
(
L2H_INIT_FILE
)
.
read
())
fp
.
write
(
"
\n
"
"# auxillary init file for latex2html
\n
"
"# generated by mkhowto
\n
"
"push (@INC, '
%
s');
\n
"
"$NO_AUTO_LINK = 1;
\n
"
%
os
.
path
.
dirname
(
L2H_INIT_FILE
)
)
options
=
self
.
options
l2hoption
(
fp
,
"ABOUT_FILE"
,
options
.
about_file
)
...
...
Doc/tools/mkhtml.sh
Dosyayı görüntüle @
1915754e
...
...
@@ -31,7 +31,9 @@ else
mkdir
$part
fi
echo
"latex2html -init_file
$srcdir
/perl/l2hinit.perl -dir
$part
"
\
echo
"latex2html -no_auto_link"
\
"-up_url '../index.html' -up_title 'Documentation Index'"
\
"-init_file
$srcdir
/perl/l2hinit.perl -dir
$part
"
\
"
${
1
:+
$@
}
$srcdir
/
$part
/
$part
.tex"
latex2html
\
-no_auto_link
\
...
...
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