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
47fd8fed
Kaydet (Commit)
47fd8fed
authored
May 08, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move the rules to build the info files here.
üst
230b530a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
Makefile
Doc/info/Makefile
+32
-0
No files found.
Doc/info/Makefile
0 → 100644
Dosyayı görüntüle @
47fd8fed
# Generate the Python "info" documentation.
# These is only used for .info generation:
EMACS
=
emacs
MAKEINFO
=
makeinfo
PYTHON
=
python
PARTPARSE
=
$(PYTHON)
../tools/partparse.py
all
:
python-lib.info
.PRECIOUS
:
python-lib.texi
# The sed script in this target fixes a really nasty little condition in
# libcgi.tex where \e has to be used in a group to get the right behavior,
# and makeinfo can't handle a group without a leading @command. But at
# least the info file gets generated.
lib1.texi
:
$(LIBFILES) texipre.dat texipost.dat ../tools/partparse.py
$(PARTPARSE)
-o
$@
`
../tools/whichlibs
`
sed
's/"{\\}n{\\}n/"\\n\\n/'
$@
>
temp.texi
mv
temp.texi
$@
python-lib.texi
:
lib1.texi ../tools/fix.el
cp
lib1.texi temp.texi
$(EMACS)
-batch
-l
../tools/fix.el
-f
save-buffer
-kill
mv
temp.texi
$@
python-lib.info
:
python-lib.texi
$(MAKEINFO)
--footnote-style
end
--fill-column
72
\
--paragraph-indent
0
$<
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