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
5e06b840
Kaydet (Commit)
5e06b840
authored
Tem 17, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Be more specific about some of the dependencies, to avoid re-building when
some of the mostly-general files get changed.
üst
f269e592
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
Makefile.deps
Doc/Makefile.deps
+12
-10
No files found.
Doc/Makefile.deps
Dosyayı görüntüle @
5e06b840
# LaTeX source dependencies.
COMMONSTYLES
=
texinputs/python.sty
\
texinputs/pypaper.sty
\
texinputs/python.ist
texinputs/pypaper.sty
INDEXSTYLES
=
texinputs/python.ist
COMMONTEX
=
texinputs/copyright.tex
\
texinputs/license.tex
\
...
...
@@ -16,20 +17,21 @@ HOWTOSTYLES= texinputs/howto.cls \
$(COMMONSTYLES)
APIFILES
=
api/api.tex
$(MANSTYLES)
$(COMMONTEX)
\
APIFILES
=
api/api.tex
$(MANSTYLES)
$(
INDEXSTYLES)
$(
COMMONTEX)
\
texinputs/reportingbugs.tex
DOCFILES
=
$(HOWTOSTYLES)
$(COMMONTEX)
\
DOCFILES
=
$(HOWTOSTYLES)
\
texinputs/boilerplate.tex
\
texinputs/ltxmarkup.sty
\
doc/doc.tex
EXTFILES
=
ext/ext.tex
$(MANSTYLES)
$(COMMONTEX)
\
EXTFILES
=
ext/ext.tex
$(MANSTYLES)
$(
INDEXSTYLES)
$(
COMMONTEX)
\
texinputs/reportingbugs.tex
TUTFILES
=
tut/tut.tex
$(MANSTYLES)
$(COMMONTEX)
# LaTeX source files for the Python Reference Manual
REFFILES
=
$(MANSTYLES)
$(COMMONTEX)
\
REFFILES
=
$(MANSTYLES)
$(
INDEXSTYLES)
$(
COMMONTEX)
\
ref/ref.tex
\
ref/ref1.tex
\
ref/ref2.tex
\
...
...
@@ -42,7 +44,7 @@ REFFILES= $(MANSTYLES) $(COMMONTEX) \
ref/refa1.tex
# LaTeX source files for the Python Library Reference
LIBFILES
=
$(MANSTYLES)
$(COMMONTEX)
\
LIBFILES
=
$(MANSTYLES)
$(
INDEXSTYLES)
$(
COMMONTEX)
\
lib/lib.tex
\
texinputs/reportingbugs.tex
\
lib/libintro.tex
\
...
...
@@ -263,7 +265,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules.
MACFILES
=
$(HOWTOSTYLES)
$(COMMONTEX)
\
MACFILES
=
$(HOWTOSTYLES)
$(
INDEXSTYLES)
$(
COMMONTEX)
\
mac/mac.tex
\
mac/using.tex
\
mac/toolbox.tex
\
...
...
@@ -284,6 +286,6 @@ MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \
mac/libframework.tex
\
mac/libminiae.tex
INSTFILES
=
$(HOWTOSTYLES)
$(COMMONTEX)
inst/inst.tex
INSTFILES
=
$(HOWTOSTYLES)
inst/inst.tex
DISTFILES
=
$(HOWTOSTYLES)
$(COMMONTEX)
dist/dist.tex
DISTFILES
=
$(HOWTOSTYLES)
dist/dist.tex
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