mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Pass the -r option to getpagecounts to generate an entry for the "What's
New" document.
This commit is contained in:
parent
bab5aa0039
commit
3d0b697d70
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ fastwebcheck: $(ALLHTMLFILES)
|
||||||
# Release packaging targets:
|
# Release packaging targets:
|
||||||
|
|
||||||
paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
|
paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
|
||||||
cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts >../$@
|
cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts -r $(RELEASE) >../$@
|
||||||
|
|
||||||
info-$(RELEASE).tgz: info
|
info-$(RELEASE).tgz: info
|
||||||
cd $(INFODIR) && tar cf - README python.dir python-*.info* \
|
cd $(INFODIR) && tar cf - README python.dir python-*.info* \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue