]> granicus.if.org Git - python/commitdiff
Pass along the selected "What's New" document to the make file for the
authorFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 04:01:04 +0000 (04:01 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 04:01:04 +0000 (04:01 +0000)
GNU info conversion.

Doc/Makefile

index 647d33f65d3d30ea5f2dade4bff18c218db683f0..2dcfa2b41e5bf115e7ff41a6dcc5c1e486bd24ae 100644 (file)
@@ -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