[Python-checkins] python/dist/src/Doc Makefile,1.276,1.277

doko at users.sourceforge.net doko at users.sourceforge.net
Thu Aug 19 00:27:07 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26034/Doc

Modified Files:
	Makefile 
Log Message:
Remove commented definition of the MKHOWTO macro.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.276
retrieving revision 1.277
diff -C2 -d -r1.276 -r1.277
*** Makefile	18 Aug 2004 22:17:44 -0000	1.276
--- Makefile	18 Aug 2004 22:27:04 -0000	1.277
***************
*** 98,102 ****
  # the Python CVS trunk.
  MKHOWTO=   TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
- #MKHOWTO=   TEXINPUTS=$(TEXINPUTS) mkhowto
  
  MKDVI=	   $(MKHOWTO) --paper=$(PAPER) --dvi
--- 98,101 ----



More information about the Python-checkins mailing list