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
0d86ea71
Kaydet (Commit)
0d86ea71
authored
Eyl 27, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adjust the organization a bit and update some of the comments to
better explain what's happening.
üst
2bc9b2fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
Makefile
Doc/Makefile
+14
-9
No files found.
Doc/Makefile
Dosyayı görüntüle @
0d86ea71
...
...
@@ -71,21 +71,26 @@ RELEASE=2.4a0
PYTHON
=
python
DVIPS
=
dvips
-N0
-t
$(PAPER)
PWD
=
$(
shell
pwd
)
# (The trailing colon in the value is needed; TeX places it's default
# set of paths at the location of the empty string in the path list.)
#
TEXINPUTS
=
$(PWD)
/commontex:
# This is ugly! The issue here is that there are two different levels
# in the directory tree at which we execute mkhowto, so we can't
# define it just once using a relative path (at least not with the
# current implementation and Makefile structure). We use the GNUish
# $(shell) function here to work around that restriction by
# identifying mkhowto
using an absolute path
.
# identifying mkhowto
and the commontex/ directory using absolute paths
.
#
MKHOWTO
=
TEXINPUTS
=
$(TEXINPUTS)
$(PYTHON)
$(PWD)
/tools/mkhowto
PWD
=
$(
shell
pwd
)
# (The trailing colon in the value is needed; TeX places it's default
# set of paths at the location of the empty string in the path list.)
TEXINPUTS
=
$(PWD)
/commontex:
# The mkhowto script can be run from the checkout using the first
# version of this variable definition, or from a preferred version
# using the second version. The standard documentation is typically
# built using the second flavor, where the preferred version is from
# the Python CVS trunk.
#MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
MKHOWTO
=
TEXINPUTS
=
$(TEXINPUTS)
mkhowto
MKDVI
=
$(MKHOWTO)
--paper
=
$(PAPER)
--dvi
MKHTML
=
$(MKHOWTO)
--html
--about
html/stdabout.dat
\
...
...
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