summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-03-26 20:29:11 (GMT)
committerFred Drake <fdrake@acm.org>2002-03-26 20:29:11 (GMT)
commit4e526feb6a6f5ab9893df8ac000edc90890eece0 (patch)
tree4e478cffa88b2318a949fdd857d061f98ae35f75 /Doc/Makefile
parent908632a6a67864aa67fc01b02973d6eb3af1ac6a (diff)
downloadcpython-4e526feb6a6f5ab9893df8ac000edc90890eece0.zip
cpython-4e526feb6a6f5ab9893df8ac000edc90890eece0.tar.gz
cpython-4e526feb6a6f5ab9893df8ac000edc90890eece0.tar.bz2
Add the "What's New" document to the index of HTML documents.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 2bde5f1..cc537b0 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -323,7 +323,8 @@ html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
BOILERPLATE=texinputs/boilerplate.tex
html/index.html: $(INDEXFILES)
html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py
- $(PYTHON) tools/rewrite.py $(BOILERPLATE) RELEASE=$(RELEASE) \
+ $(PYTHON) tools/rewrite.py $(BOILERPLATE) \
+ RELEASE=$(RELEASE) WHATSNEW=$(WHATSNEW) \
<$< >$@
html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex