From: Fred Drake Date: Wed, 16 Jul 2003 04:01:04 +0000 (+0000) Subject: Pass along the selected "What's New" document to the make file for the X-Git-Tag: v2.3c1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa00f9189754bb42f4a7612eb9c8e93f941d96dd;p=python Pass along the selected "What's New" document to the make file for the GNU info conversion. --- diff --git a/Doc/Makefile b/Doc/Makefile index 647d33f65d..2dcfa2b41e 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