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
f832f4cd
Kaydet (Commit)
f832f4cd
authored
Agu 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean things up just a bit.
üst
15c417eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
Makefile
Doc/html/Makefile
+15
-8
No files found.
Doc/html/Makefile
Dosyayı görüntüle @
f832f4cd
...
@@ -5,30 +5,37 @@
...
@@ -5,30 +5,37 @@
# Note that the .dvi files must already be built and TEXINPUTS must include the
# Note that the .dvi files must already be built and TEXINPUTS must include the
# directory where latex's working files (esp. *.aux) are kept.
# directory where latex's working files (esp. *.aux) are kept.
TEXINPUTS
=
..:../texinputs
TOPDIR
=
..
TEXINPUTS
=
$(TOPDIR)
:
$(TOPDIR)
/texinputs:
SUBMAKE
=
$(MAKE)
srcdir
=
$(TOPDIR)
VPATH
=
$(TOPDIR)
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
all
:
icons l2h
all
:
icons l2h
l2h
:
l2hapi l2hext l2hlib l2hmac l2href l2htut
l2h
:
l2hapi l2hext l2hlib l2hmac l2href l2htut
l2hapi
:
icons
l2hapi
:
icons
$(
MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile
l2hapi
$(
SUBMAKE)
l2hapi
l2hext
:
icons
l2hext
:
icons
$(
MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile
l2hext
$(
SUBMAKE)
l2hext
l2hlib
:
icons
l2hlib
:
icons
$(
MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile
l2hlib
$(
SUBMAKE)
l2hlib
l2hmac
:
icons
l2hmac
:
icons
$(
MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile
l2hmac
$(
SUBMAKE)
l2hmac
l2href
:
icons
l2href
:
icons
$(
MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile
l2href
$(
SUBMAKE)
l2href
l2htut
:
icons
l2htut
:
icons
$(
MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile
l2htut
$(
SUBMAKE)
l2htut
icons
:
icons
:
mkdir
icons
mkdir
icons
cp
..
/icons/
*
.gif icons/
cp
$(TOPDIR)
/icons/
*
.gif icons/
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