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
eb8d5032
Kaydet (Commit)
eb8d5032
authored
Agu 09, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Separate .dvi and .ps targets.
More rational destination for texi2html.py.
üst
e5e55d78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
8 deletions
+24
-8
Makefile
Doc/Makefile
+24
-8
No files found.
Doc/Makefile
Dosyayı görüntüle @
eb8d5032
...
...
@@ -57,6 +57,9 @@ MAKEINFO= makeinfo
L2H
=
/ufs/guido/l2h/latex2html
L2HARGS
=
-address
$$
USER@
`
domainname
`
-dont_include
myformat
# Destination directory for output of libwww target.
LIBHTMLDIR
=
./python-lib
# Install destination -- not used now but might be useful some time...
DESTDIR
=
/usr/local
LIBDESTDIR
=
$DESTDIR
/lib
...
...
@@ -66,16 +69,19 @@ DOCDESTDIR= $LIBDEST/doc
# Ideally, you shouldn't need to edit beyond this point
# Main target
all
:
tut.dvi lib.dvi ref.dvi ext.dvi
all
:
all-ps
all-dvi
:
tut.dvi lib.dvi ref.dvi ext.dvi
all-ps
:
tut.ps lib.ps ref.ps ext.ps
# Individual document fake targets
tut
:
tut.
dvi
lib
:
lib.
dvi
ref
:
ref.
dvi
ext
:
ext.
dvi
tut
:
tut.
ps
lib
:
lib.
ps
ref
:
ref.
ps
ext
:
ext.
ps
# CWI Quarterly document fake target
qua
:
qua.
dvi
qua
:
qua.
ps
# Dependencies
tut.dvi lib.dvi ref.dvi ext.dvi
:
myformat.sty fix_hack
...
...
@@ -84,6 +90,8 @@ tut.dvi lib.dvi ref.dvi ext.dvi: myformat.sty fix_hack
tut.dvi
:
tut.tex
$(LATEX)
tut
$(LATEX)
tut
tut.ps
:
tut.dvi
$(DVIPS)
tut
>
tut.ps
# Reference document
...
...
@@ -94,6 +102,8 @@ ref.dvi: ref.tex ref1.tex ref2.tex ref3.tex ref4.tex ref5.tex ref6.tex \
./fix_hack ref.idx
$(MAKEINDEX)
ref
$(LATEX)
ref
ref.ps
:
ref.dvi
$(DVIPS)
ref
>
ref.ps
# LaTeX source files for the Python Library Reference
...
...
@@ -137,6 +147,8 @@ lib.dvi: $(LIBFILES)
./fix_hack lib.idx
$(MAKEINDEX)
lib
$(LATEX)
lib
lib.ps
:
lib.dvi
$(DVIPS)
lib
>
lib.ps
# Extensions document
...
...
@@ -146,6 +158,8 @@ ext.dvi: ext.tex
./fix_hack ext.idx
$(MAKEINDEX)
ext
$(LATEX)
ext
ext.ps
:
ext.dvi
$(DVIPS)
ext
>
ext.ps
# Quarterly document
...
...
@@ -154,6 +168,8 @@ qua.dvi: qua.tex quabib.bib
$(BIBTEX)
qua
$(LATEX)
qua
$(BIBTEX)
qua
qua.ps
:
qua.dvi
$(DVIPS)
qua
>
qua.ps
...
...
@@ -173,9 +189,9 @@ python-lib.info: lib.texi
lib.info
:
python-lib.info
# This target is very local to CWI...
libwww
:
lib.texi
$(PYTHON)
texi2html.py
-d
lib.texi /ufs/guido/public_html/python-lib
if
test
!
-d
$(LIBHTMLDIR)
;
then
mkdir
$(LIBHTMLDIR)
;
else
true
;
fi
$(PYTHON)
texi2html.py
-d
lib.texi
$(LIBHTMLDIR)
# Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
# HTML converter. For more info on this program, see
...
...
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