From fa00f9189754bb42f4a7612eb9c8e93f941d96dd Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 16 Jul 2003 04:01:04 +0000 Subject: [PATCH] Pass along the selected "What's New" document to the make file for the GNU info conversion. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0