mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Pass along the selected "What's New" document to the make file for the
GNU info conversion.
This commit is contained in:
parent
15b3dba85e
commit
fa00f91897
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue