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
9ac14dec
Commit
9ac14dec
authored
Mar 26, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wire in the "What's New" document.
parent
03e1031d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
4 deletions
+21
-4
Doc/Makefile
Doc/Makefile
+21
-4
No files found.
Doc/Makefile
View file @
9ac14dec
...
...
@@ -88,24 +88,26 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py
PYTHONDOCS
=
"See <i><a href=
\"
about.html
\"
>About this document...</a></i> for information on suggesting changes."
HTMLBASE
=
file:
`
pwd
`
WHATSNEW
=
whatsnew23
# what's what
MANDVIFILES
=
paper-
$(PAPER)
/api.dvi paper-
$(PAPER)
/ext.dvi
\
paper-
$(PAPER)
/lib.dvi paper-
$(PAPER)
/mac.dvi
\
paper-
$(PAPER)
/ref.dvi paper-
$(PAPER)
/tut.dvi
HOWTODVIFILES
=
paper-
$(PAPER)
/doc.dvi paper-
$(PAPER)
/inst.dvi
\
paper-
$(PAPER)
/dist.dvi
paper-
$(PAPER)
/dist.dvi
paper-
$(PAPER)
/
$(WHATSNEW)
.dvi
MANPDFFILES
=
paper-
$(PAPER)
/api.pdf paper-
$(PAPER)
/ext.pdf
\
paper-
$(PAPER)
/lib.pdf paper-
$(PAPER)
/mac.pdf
\
paper-
$(PAPER)
/ref.pdf paper-
$(PAPER)
/tut.pdf
HOWTOPDFFILES
=
paper-
$(PAPER)
/doc.pdf paper-
$(PAPER)
/inst.pdf
\
paper-
$(PAPER)
/dist.pdf
paper-
$(PAPER)
/dist.pdf
paper-
$(PAPER)
/
$(WHATSNEW)
.pdf
MANPSFILES
=
paper-
$(PAPER)
/api.ps paper-
$(PAPER)
/ext.ps
\
paper-
$(PAPER)
/lib.ps paper-
$(PAPER)
/mac.ps
\
paper-
$(PAPER)
/ref.ps paper-
$(PAPER)
/tut.ps
HOWTOPSFILES
=
paper-
$(PAPER)
/doc.ps paper-
$(PAPER)
/inst.ps
\
paper-
$(PAPER)
/dist.ps
paper-
$(PAPER)
/dist.ps
paper-
$(PAPER)
/
$(WHATSNEW)
.ps
DVIFILES
=
$(MANDVIFILES)
$(HOWTODVIFILES)
PDFFILES
=
$(MANPDFFILES)
$(HOWTOPDFFILES)
...
...
@@ -141,7 +143,8 @@ INDEXFILES=html/api/api.html \
html/ref/ref.html
\
html/tut/tut.html
\
html/inst/inst.html
\
html/dist/dist.html
html/dist/dist.html
\
html/whatsnew/
$(WHATSNEW)
.html
ALLHTMLFILES
=
$(INDEXFILES)
html/index.html html/modindex.html html/acks.html
...
...
@@ -271,6 +274,13 @@ paper-$(PAPER)/tut.dvi: $(TUTFILES)
paper-$(PAPER)/tut.pdf
:
$(TUTFILES)
cd
paper-
$(PAPER)
&&
$(MKPDF)
../tut/tut.tex
# What's New in Python X.Y
paper-$(PAPER)/$(WHATSNEW).dvi
:
cd
paper-
$(PAPER)
&&
$(MKDVI)
../whatsnew/
$(WHATSNEW)
.tex
paper-$(PAPER)/$(WHATSNEW).pdf
:
cd
paper-
$(PAPER)
&&
$(MKPDF)
../whatsnew/
$(WHATSNEW)
.tex
# The remaining part of the Makefile is concerned with various
# conversions, as described above. See also the README file.
...
...
@@ -359,6 +369,10 @@ dist: html/dist/dist.html html/dist/dist.css
html/dist/dist.html
:
$(DISTFILES) perl/distutils.perl
$(MKHTML)
--dir
html/dist
--split
4 dist/dist.tex
whatsnew
:
html/whatsnew/$(WHATSNEW).html
html/whatsnew/$(WHATSNEW).html
:
whatsnew/$(WHATSNEW).tex
$(MKHTML)
--dir
html/whatsnew
--split
4 whatsnew/
$(WHATSNEW)
.tex
# The iSilo format is used by the iSilo document reader for PalmOS devices.
...
...
@@ -447,6 +461,9 @@ isilo/inst/inst.html: $(INSTFILES) perl/distutils.perl
isilo/dist/dist.html
:
$(DISTFILES) perl/distutils.perl
$(MKISILOHTML)
--dir
isilo/dist dist/dist.tex
isilo/whatsnew/$(WHATSNEW).html
:
whatsnew/$(WHATSNEW).tex
$(MKISILOHTML)
--dir
isilo/whatsnew whatsnew/
$(WHATSNEW)
.tex
# These are useful if you need to transport the iSilo-ready HTML to
# another machine to perform the conversion:
...
...
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