Author jlgijsbers
Recipients
Date 2004-10-16.11:46:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=469548

This is a problem with the Makefile shipped with Python
2.3.4. It has been fixed in 2.4. You can either install
mkhowto as described in
http://docs.python.org/doc/tools-internal.html, or uncomment
this line:

#MKHOWTO=   TEXINPUTS=$(TEXINPUTS) $(PYTHON)
$(PWD)/tools/mkhowto

and comment this line:

MKHOWTO=   TEXINPUTS=$(TEXINPUTS) mkhowto
History
Date User Action Args
2007-08-23 14:26:36adminlinkissue1044872 messages
2007-08-23 14:26:36admincreate