mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make sure the README files that contain page count information land in
the right directory (which actually exists).
This commit is contained in:
parent
67fdaa4883
commit
2636572d76
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ fastwebcheck: html
|
|||
# Release packaging targets:
|
||||
|
||||
paper-$(PAPER)/README: ps $(TOOLSDIR)/getpagecounts
|
||||
(cd paper-$(PAPER); ../$(TOOLSDIR)/getpagecounts >$@)
|
||||
(cd paper-$(PAPER); ../$(TOOLSDIR)/getpagecounts >../$@)
|
||||
|
||||
info-$(RELEASE).tgz: info
|
||||
(cd $(INFODIR); tar cf - README python.dir python-???.info*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue