[Python-checkins] CVS: python/dist/src/Doc/html Makefile,1.38,1.39

Fred L. Drake python-dev@python.org
Mon, 9 Oct 2000 11:56:29 -0700


Update of /cvsroot/python/python/dist/src/Doc/html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12235

Modified Files:
	Makefile 
Log Message:

Do not forget to build the acks.html file when building "all"!


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Makefile	2000/10/05 05:16:56	1.38
--- Makefile	2000/10/09 18:56:23	1.39
***************
*** 38,42 ****
  
  
! all:	$(INDEXFILES) index.html modindex.html
  
  .PHONY: api ext lib mac ref tut inst dist
--- 38,42 ----
  
  
! all:	$(INDEXFILES) index.html modindex.html acks.html
  
  .PHONY: api ext lib mac ref tut inst dist