Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ad5d717b
Commit
ad5d717b
authored
Apr 14, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the tools/mkdvi.sh script to generate DVI and PDF output for the
library reference now that it's sufficiently capable.
parent
73d49c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
24 deletions
+11
-24
Doc/paper-letter/Makefile
Doc/paper-letter/Makefile
+11
-24
No files found.
Doc/paper-letter/Makefile
View file @
ad5d717b
...
...
@@ -50,8 +50,10 @@ HOWTOSTYLES= ../texinputs/howto.cls \
$(COMMONSTYLES)
$(DVIFILES)
:
../tools/fix_hack ../tools/mkdvi.sh $(COMMONTEX)
$(PDFFILES)
:
../tools/fix_hack ../tools/mkdvi.sh $(COMMONTEX)
SCRIPTS
:
../tools/fix_hack ../tools/mkdvi.sh ../tools/indfix.py
$(DVIFILES)
:
$(SCRIPTS) $(COMMONTEX)
$(PDFFILES)
:
$(SCRIPTS) $(COMMONTEX)
$(MANDVIFILES)
:
$(MANSTYLES)
$(MANPDFFILES)
:
$(MANSTYLES)
...
...
@@ -77,28 +79,6 @@ README: $(PSFILES)
$(TOOLSDIR)
/getpagecounts
>
$@
# Python Library Reference
lib.dvi
:
$(TOOLSDIR)/indfix.py $(LIBFILES)
$(TOOLSDIR)
/newind.py
>
lib.ind
$(TOOLSDIR)
/newind.py modindex
>
modlib.ind
TEXINPUTS
=
../lib:
$(TEXINPUTS)
$(LATEX)
lib
$(MAKEINDEX)
modlib.idx
$(TOOLSDIR)
/fix_hack lib.idx
$(MAKEINDEX)
lib.idx
$(TOOLSDIR)
/indfix.py lib.ind
TEXINPUTS
=
../lib:
$(TEXINPUTS)
$(LATEX)
lib
lib.pdf
:
$(TOOLSDIR)/indfix.py $(LIBFILES)
$(TOOLSDIR)
/newind.py
>
lib.ind
$(TOOLSDIR)
/newind.py modindex
>
modlib.ind
TEXINPUTS
=
../lib:
$(TEXINPUTS)
$(PDFLATEX)
lib
$(MAKEINDEX)
modlib.idx
$(TOOLSDIR)
/fix_hack lib.idx
$(MAKEINDEX)
lib.idx
$(TOOLSDIR)
/indfix.py lib.ind
$(TOOLSDIR)
/toc2bkm.py lib
TEXINPUTS
=
../lib:
$(TEXINPUTS)
$(PDFLATEX)
lib
# Python/C API Reference Manual
api.dvi
:
$(APIFILES)
$(MKDVI)
api
...
...
@@ -120,6 +100,13 @@ ext.dvi: $(EXTFILES)
ext.pdf
:
$(EXTFILES)
$(MKPDF)
ext
# Python Library Reference
lib.dvi
:
$(LIBFILES)
$(MKDVI)
lib
lib.pdf
:
$(LIBFILES)
$(MKPDF)
lib
# Macintosh Library Modules
mac.dvi
:
$(MACFILES)
$(MKHOWTO)
--dvi
../mac/mac.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