summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-16 04:01:04 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-16 04:01:04 (GMT)
commitfa00f9189754bb42f4a7612eb9c8e93f941d96dd (patch)
tree865dde28a1247de5e822852d2006a840fb06aee6 /Doc/Makefile
parent15b3dba85ec9ca487e22af9860be31db7581d910 (diff)
downloadcpython-fa00f9189754bb42f4a7612eb9c8e93f941d96dd.zip
cpython-fa00f9189754bb42f4a7612eb9c8e93f941d96dd.tar.gz
cpython-fa00f9189754bb42f4a7612eb9c8e93f941d96dd.tar.bz2
Pass along the selected "What's New" document to the make file for the
GNU info conversion.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 647d33f..2dcfa2b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -293,7 +293,7 @@ paper-$(PAPER)/$(WHATSNEW).pdf: whatsnew/$(WHATSNEW).tex
# conversions, as described above. See also the README file.
info:
- cd $(INFODIR) && $(MAKE) EMACS=$(EMACS)
+ cd $(INFODIR) && $(MAKE) EMACS=$(EMACS) WHATSNEW=$(WHATSNEW)
# Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
# HTML converter. For more info on this program, see