Make sure the README files that contain page count information land in

the right directory (which actually exists).
This commit is contained in:
Fred Drake 2001-03-06 07:22:16 +00:00
parent 67fdaa4883
commit 2636572d76
1 changed files with 1 additions and 1 deletions

View File

@ -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*) \