[Python-checkins] python/dist/src/Doc Makefile,1.255,1.256

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 15 Jul 2003 21:01:07 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv8483

Modified Files:
	Makefile 
Log Message:
Pass along the selected "What's New" document to the make file for the
GNU info conversion.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.255
retrieving revision 1.256
diff -C2 -d -r1.255 -r1.256
*** Makefile	29 Jun 2003 02:17:28 -0000	1.255
--- Makefile	16 Jul 2003 04:01:04 -0000	1.256
***************
*** 294,298 ****
  
  info:
! 	cd $(INFODIR) && $(MAKE) EMACS=$(EMACS)
  
  # Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
--- 294,298 ----
  
  info:
! 	cd $(INFODIR) && $(MAKE) EMACS=$(EMACS) WHATSNEW=$(WHATSNEW)
  
  # Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to