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
6f9dd5d7
Kaydet (Commit)
6f9dd5d7
authored
Şub 15, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove stuff related to copying the icons directory around -- just
isn't needed.
üst
b8a7d728
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
13 deletions
+8
-13
Makefile
Doc/html/Makefile
+8
-13
No files found.
Doc/html/Makefile
Dosyayı görüntüle @
6f9dd5d7
...
...
@@ -38,16 +38,16 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
$(TOPDIR)
/perl/l2hinit.perl
all
:
icons
$(INDEXFILES)
all
:
$(INDEXFILES)
.PHONY
:
api ext lib mac ref tut
api
:
icons
api/api.html
ext
:
icons
ext/ext.html
lib
:
icons
lib/lib.html
mac
:
icons
mac/mac.html
ref
:
icons
ref/ref.html
tut
:
icons
tut/tut.html
api
:
api/api.html
ext
:
ext/ext.html
lib
:
lib/lib.html
mac
:
mac/mac.html
ref
:
ref/ref.html
tut
:
tut/tut.html
$(INDEXFILES)
:
$(COMMONPERL) $(TOPDIR)/html/about.dat
...
...
@@ -89,11 +89,6 @@ $(PAPERDIR)/ref.aux: $(REFFILES)
$(PAPERDIR)/tut.aux
:
$(TUTFILES)
(
cd
$(PAPERDIR)
;
$(MKAUX)
tut
)
# copy the icons/ directory over...
icons
:
mkdir
icons/
cp
$(TOPDIR)
/icons/
*
.gif icons/
webcheck
:
all
$(WEBCHECKER)
$(HTMLBASE)
/api/
...
...
@@ -104,7 +99,7 @@ webcheck: all
$(WEBCHECKER)
$(HTMLBASE)
/tut/
clean
:
rm
-rf
icons/
@webchecker.pickle
rm
-rf
@webchecker.pickle
clobber
:
clean
rm
-rf
api/ ext/ lib/ mac/ ref/ tut/
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