[Python-checkins] CVS: python/dist/src/Doc Makefile,1.212,1.213
Fred L. Drake
fdrake@users.sourceforge.net
2001年3月05日 23:22:18 -0800
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv16015
Modified Files:
Makefile
Log Message:
Make sure the README files that contain page count information land in
the right directory (which actually exists).
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.212
retrieving revision 1.213
diff -C2 -r1.212 -r1.213
*** Makefile 2001年03月01日 18:38:56 1.212
--- Makefile 2001年03月06日 07:22:16 1.213
***************
*** 308,312 ****
paper-$(PAPER)/README: ps $(TOOLSDIR)/getpagecounts
! (cd paper-$(PAPER); ../$(TOOLSDIR)/getpagecounts >$@)
info-$(RELEASE).tgz: info
--- 308,312 ----
paper-$(PAPER)/README: ps $(TOOLSDIR)/getpagecounts
! (cd paper-$(PAPER); ../$(TOOLSDIR)/getpagecounts >../$@)
info-$(RELEASE).tgz: info