[Python-checkins] python/dist/src/Doc Makefile,1.241,1.242

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 02 May 2002 21:50:53 -0700


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

Modified Files:
	Makefile 
Log Message:
Integrated SF patch #539487 by Matthias Klose:
This patch adds Milan Zamazal's conversion script and
modifies the mkinfo script to build the info doc files
from the LaTeX sources.  Currently, the mac, doc and
inst TeX files are not handled.
Explicitly checks for GNU Emacs 21.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.241
retrieving revision 1.242
diff -C2 -d -r1.241 -r1.242
*** Makefile	17 Apr 2002 03:31:08 -0000	1.241
--- Makefile	3 May 2002 04:50:51 -0000	1.242
***************
*** 89,92 ****
--- 89,95 ----
  HTMLBASE=  file:`pwd`
  
+ # The emacs binary used to build the info docs. GNU Emacs 21 is required.
+ EMACS=     emacs
+ 
  # The end of this should reflect the major/minor version numbers of
  # the release:
***************
*** 288,292 ****
  
  info:
! 	cd $(INFODIR) && $(MAKE)
  
  # Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
--- 291,295 ----
  
  info:
! 	cd $(INFODIR) && $(MAKE) EMACS=$(EMACS)
  
  # Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to