Kaydet (Commit) 3d0b697d authored tarafından Fred Drake's avatar Fred Drake

Pass the -r option to getpagecounts to generate an entry for the "What's

New" document.
üst bab5aa00
...@@ -516,7 +516,7 @@ fastwebcheck: $(ALLHTMLFILES) ...@@ -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* \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment