[Python-checkins] python/dist/src/Doc Makefile,1.271,1.272

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Oct 1 14:49:58 EDT 2003


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

Modified Files:
	Makefile 
Log Message:
Make sure the trunk Makefile doesn't require mkhowto to be "installed"
as described in "Documenting Python".


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.271
retrieving revision 1.272
diff -C2 -d -r1.271 -r1.272
*** Makefile	28 Sep 2003 16:25:43 -0000	1.271
--- Makefile	1 Oct 2003 18:49:55 -0000	1.272
***************
*** 95,100 ****
  # built using the second flavor, where the preferred version is from
  # the Python CVS trunk.
! #MKHOWTO=   TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
! MKHOWTO=   TEXINPUTS=$(TEXINPUTS) mkhowto
  
  MKDVI=	   $(MKHOWTO) --paper=$(PAPER) --dvi
--- 95,100 ----
  # built using the second flavor, where the preferred version is from
  # the Python CVS trunk.
! MKHOWTO=   TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
! #MKHOWTO=   TEXINPUTS=$(TEXINPUTS) mkhowto
  
  MKDVI=	   $(MKHOWTO) --paper=$(PAPER) --dvi





More information about the Python-checkins mailing list