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
c6d45afb
Kaydet (Commit)
c6d45afb
authored
Eki 29, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Straighten out dependencies so changes in the texinputs/* get reflected.
üst
6cf186b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
30 deletions
+32
-30
Makefile.deps
Doc/Makefile.deps
+26
-7
Makefile
Doc/paper-letter/Makefile
+6
-23
No files found.
Doc/Makefile.deps
Dosyayı görüntüle @
c6d45afb
# LaTeX source dependencies; note that the files are named relative to a
# LaTeX source dependencies; note that the files are named relative to a
# child directory and not the directory this file is located in.
# child directory and not the directory this file is located in.
COMMONSTYLES
=
../texinputs/python.sty
\
../texinputs/pypaper.sty
\
../texinputs/python.ist
APIFILES
=
../api/api.tex
COMMONTEX
=
../texinputs/copyright.tex
\
../texinputs/boilerplate.tex
DOCFILES
=
../doc/doc.tex
MANSTYLES
=
../texinputs/fncychap.sty
\
../texinputs/manual.cls
\
$(COMMONSTYLES)
EXTFILES
=
../ext/ext.tex
HOWTOSTYLES
=
../texinputs/howto.cls
\
$(COMMONSTYLES)
TUTFILES
=
../tut/tut.tex
APIFILES
=
../api/api.tex
$(MANSTYLES)
$(COMMONTEX)
DOCFILES
=
$(HOWTOSTYLES)
$(COMMONTEX)
\
../texinputs/ltxmarkup.sty
\
../doc/doc.tex
EXTFILES
=
../ext/ext.tex
$(MANSTYLES)
$(COMMONTEX)
TUTFILES
=
../tut/tut.tex
$(MANSTYLES)
$(COMMONTEX)
# LaTeX source files for the Python Reference Manual
# LaTeX source files for the Python Reference Manual
REFFILES
=
../ref/ref.tex
\
REFFILES
=
$(MANSTYLES)
$(COMMONTEX)
\
../ref/ref.tex
\
../ref/ref1.tex
\
../ref/ref1.tex
\
../ref/ref2.tex
\
../ref/ref2.tex
\
../ref/ref3.tex
\
../ref/ref3.tex
\
...
@@ -22,7 +39,8 @@ REFFILES= ../ref/ref.tex \
...
@@ -22,7 +39,8 @@ REFFILES= ../ref/ref.tex \
../ref/ref8.tex
../ref/ref8.tex
# LaTeX source files for the Python Library Reference
# LaTeX source files for the Python Library Reference
LIBFILES
=
../lib/lib.tex
\
LIBFILES
=
$(MANSTYLES)
$(COMMONTEX)
\
../lib/lib.tex
\
../lib/libintro.tex
\
../lib/libintro.tex
\
../lib/libobjs.tex
\
../lib/libobjs.tex
\
../lib/libstdtypes.tex
\
../lib/libstdtypes.tex
\
...
@@ -207,7 +225,8 @@ LIBFILES= ../lib/lib.tex \
...
@@ -207,7 +225,8 @@ LIBFILES= ../lib/lib.tex \
../lib/libcfgparser.tex
../lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules.
# LaTeX source files for Macintosh Library Modules.
MACFILES
=
../mac/mac.tex
\
MACFILES
=
$(HOWTOSTYLES)
$(COMMONTEX)
\
../mac/mac.tex
\
../mac/libmac.tex
\
../mac/libmac.tex
\
../mac/libctb.tex
\
../mac/libctb.tex
\
../mac/libmacconsole.tex
\
../mac/libmacconsole.tex
\
...
...
Doc/paper-letter/Makefile
Dosyayı görüntüle @
c6d45afb
...
@@ -35,31 +35,14 @@ PSFILES= $(MANPSFILES) $(HOWTOPSFILES)
...
@@ -35,31 +35,14 @@ PSFILES= $(MANPSFILES) $(HOWTOPSFILES)
include
../Makefile.deps
include
../Makefile.deps
COMMONSTYLES
=
../texinputs/python.sty
\
../texinputs/pypaper.sty
\
../texinputs/python.ist
COMMONTEX
=
../texinputs/copyright.tex
\
../texinputs/boilerplate.tex
MANSTYLES
=
../texinputs/fncychap.sty
\
../texinputs/manual.cls
\
$(COMMONSTYLES)
HOWTOSTYLES
=
../texinputs/howto.cls
\
$(COMMONSTYLES)
SCRIPTS
:
../tools/fix_hack ../tools/mkdvi.sh ../tools/indfix.py
SCRIPTS
:
../tools/fix_hack ../tools/mkdvi.sh ../tools/indfix.py
$(DVIFILES)
:
$(SCRIPTS) $(COMMONTEX)
$(DVIFILES)
:
$(SCRIPTS)
$(PDFFILES)
:
$(SCRIPTS) $(COMMONTEX)
$(PDFFILES)
:
$(SCRIPTS)
$(MANDVIFILES)
:
$(MANSTYLES)
$(MANPDFFILES)
:
$(MANSTYLES)
$(HOWTODVIFILES)
:
../tools/mkhowto
$(HOWTOSTYLES)
$(HOWTODVIFILES)
:
../tools/mkhowto
$(HOWTOPDFFILES)
:
../tools/mkhowto
$(HOWTOSTYLES)
$(HOWTOPDFFILES)
:
../tools/mkhowto
# Rules to build PostScript and PDF formats
# Rules to build PostScript and PDF formats
...
@@ -87,10 +70,10 @@ api.pdf: $(APIFILES)
...
@@ -87,10 +70,10 @@ api.pdf: $(APIFILES)
$(MKPDF)
api
$(MKPDF)
api
# Documenting Python
# Documenting Python
doc.dvi
:
$(DOCFILES)
../texinputs/ltxmarkup.sty
doc.dvi
:
$(DOCFILES)
$(MKHOWTO)
--dvi
../doc/doc.tex
$(MKHOWTO)
--dvi
../doc/doc.tex
doc.pdf
:
$(DOC
CFILES) ../texinputs/ltxmarkup.sty
doc.pdf
:
$(DOC
FILES)
$(MKHOWTO)
--pdf
../doc/doc.tex
$(MKHOWTO)
--pdf
../doc/doc.tex
# Extending and Embedding the Python Interpreter
# Extending and Embedding the Python Interpreter
...
...
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