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
3b26eedd
Kaydet (Commit)
3b26eedd
authored
Şub 16, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added rule to generate the PDF format using pdflatex. Commented out since
this is still experimental software. See the comment.
üst
35685240
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Makefile
Doc/Makefile
+12
-0
No files found.
Doc/Makefile
Dosyayı görüntüle @
3b26eedd
...
...
@@ -47,6 +47,7 @@
# Where are the various programs?
LATEX
=
latex
PDFLATEX
=
pdflatex
BIBTEX
=
bibtex
DVIPS
=
dvips
-f
-N0
DISTILL
=
distill
...
...
@@ -97,6 +98,17 @@ api: api.ps
.ps.pdf
:
$(DISTILL)
$<
# An alternate formulation of PDF creation; requires latex format with
# pdftex. To use this instead of the Acrobat distiller solution, comment
# out the above .ps.pdf rule and uncomment this rule. This was tested
# using a pre-release of the teTeX distribution. See
# http://www.tug.org/tetex/ for more information on getting & using teTeX.
# This rule avoids creation of the intermediate PostScript files and uses
# only free software.
#
#.dvi.pdf:
# $(PDFLATEX) $*
# Dependencies
COMMONTEX
=
myformat.sty copyright.tex boilerplate.tex
...
...
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