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
|
@ -516,7 +516,7 @@ fastwebcheck: $(ALLHTMLFILES)
|
|||
# Release packaging targets:
|
||||
|
||||
paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
|
||||
cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts >../$@
|
||||
cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts -r $(RELEASE) >../$@
|
||||
|
||||
info-$(RELEASE).tgz: info
|
||||
cd $(INFODIR) && tar cf - README python.dir python-*.info* \
|
||||
|
|
Loading…
Reference in New Issue