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
e5ee7e38
Kaydet (Commit)
e5ee7e38
authored
Ara 30, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#7602: improve "clean" and "checkout" targets now that all tools are in externals.
üst
5a5fee8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Makefile
Doc/Makefile
+4
-5
No files found.
Doc/Makefile
Dosyayı görüntüle @
e5ee7e38
...
...
@@ -47,11 +47,7 @@ checkout:
svn checkout
$(SVNROOT)
/external/Pygments-1.1.1/pygments tools/pygments
;
\
fi
update
:
checkout
svn update tools/sphinx
svn update tools/docutils
svn update tools/jinja2
svn update tools/pygments
update
:
clean checkout
build
:
checkout
mkdir
-p
build/
$(BUILDER)
build/doctrees
...
...
@@ -111,6 +107,9 @@ htmlview: html
clean
:
-
rm
-rf
build/
*
-
rm
-rf
tools/sphinx
-
rm
-rf
tools/pygments
-
rm
-rf
tools/jinja2
-
rm
-rf
tools/docutils
dist
:
-
rm
-rf
dist
...
...
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