Mailing List Archive

CVS: python/dist/src/Doc Makefile,1.237,1.238
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv21951

Modified Files:
Makefile
Log Message:
Wire in the "What's New" document.

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.237
retrieving revision 1.238
diff -C2 -d -r1.237 -r1.238
*** Makefile 4 Feb 2002 19:49:29 -0000 1.237
--- Makefile 26 Mar 2002 19:18:18 -0000 1.238
***************
*** 89,92 ****
--- 89,94 ----
HTMLBASE= file:`pwd`

+ WHATSNEW=whatsnew23
+
# what's what
MANDVIFILES= paper-$(PAPER)/api.dvi paper-$(PAPER)/ext.dvi \
***************
*** 94,98 ****
paper-$(PAPER)/ref.dvi paper-$(PAPER)/tut.dvi
HOWTODVIFILES= paper-$(PAPER)/doc.dvi paper-$(PAPER)/inst.dvi \
! paper-$(PAPER)/dist.dvi

MANPDFFILES= paper-$(PAPER)/api.pdf paper-$(PAPER)/ext.pdf \
--- 96,100 ----
paper-$(PAPER)/ref.dvi paper-$(PAPER)/tut.dvi
HOWTODVIFILES= paper-$(PAPER)/doc.dvi paper-$(PAPER)/inst.dvi \
! paper-$(PAPER)/dist.dvi paper-$(PAPER)/$(WHATSNEW).dvi

MANPDFFILES= paper-$(PAPER)/api.pdf paper-$(PAPER)/ext.pdf \
***************
*** 100,104 ****
paper-$(PAPER)/ref.pdf paper-$(PAPER)/tut.pdf
HOWTOPDFFILES= paper-$(PAPER)/doc.pdf paper-$(PAPER)/inst.pdf \
! paper-$(PAPER)/dist.pdf

MANPSFILES= paper-$(PAPER)/api.ps paper-$(PAPER)/ext.ps \
--- 102,106 ----
paper-$(PAPER)/ref.pdf paper-$(PAPER)/tut.pdf
HOWTOPDFFILES= paper-$(PAPER)/doc.pdf paper-$(PAPER)/inst.pdf \
! paper-$(PAPER)/dist.pdf paper-$(PAPER)/$(WHATSNEW).pdf

MANPSFILES= paper-$(PAPER)/api.ps paper-$(PAPER)/ext.ps \
***************
*** 106,110 ****
paper-$(PAPER)/ref.ps paper-$(PAPER)/tut.ps
HOWTOPSFILES= paper-$(PAPER)/doc.ps paper-$(PAPER)/inst.ps \
! paper-$(PAPER)/dist.ps

DVIFILES= $(MANDVIFILES) $(HOWTODVIFILES)
--- 108,112 ----
paper-$(PAPER)/ref.ps paper-$(PAPER)/tut.ps
HOWTOPSFILES= paper-$(PAPER)/doc.ps paper-$(PAPER)/inst.ps \
! paper-$(PAPER)/dist.ps paper-$(PAPER)/$(WHATSNEW).ps

DVIFILES= $(MANDVIFILES) $(HOWTODVIFILES)
***************
*** 142,146 ****
html/tut/tut.html \
html/inst/inst.html \
! html/dist/dist.html

ALLHTMLFILES=$(INDEXFILES) html/index.html html/modindex.html html/acks.html
--- 144,149 ----
html/tut/tut.html \
html/inst/inst.html \
! html/dist/dist.html \
! html/whatsnew/$(WHATSNEW).html

ALLHTMLFILES=$(INDEXFILES) html/index.html html/modindex.html html/acks.html
***************
*** 272,275 ****
--- 275,285 ----
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.
***************
*** 360,363 ****
--- 370,377 ----
$(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,450 ****
--- 461,467 ----
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