[ python-Bugs-1044872 ] Unable to install Docs - Linux

SourceForge.net noreply at sourceforge.net
Sat Oct 16 13:46:35 CEST 2004


Bugs item #1044872, was opened at 2004-10-11 22:54
Message generated for change (Comment added) made by jlgijsbers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1044872&group_id=5470

Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Colin J. Williams (cjwhrh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable to install Docs - Linux

Initial Comment:
Please see the tail of the make output below: 
 
[6654 refs] 
TEXINPUTS=/usr/Downloads/Python/Python-2.3.4/Doc/commontex: 
mkhowto --html --about html/stdabout.dat --iconserver 
../icons --favicon ../icons/pyfav.gif --address "See 
<i><a href=\about.html\>About this 
document...</a></i> for information on suggesting 
changes." --up-link ../index.html --up-title "Python 
Documentation Index" --global-module-index 
"../modindex.html" --dvips-safe --dir html/api 
api/api.tex 
/bin/sh: line 1: mkhowto: command not found 
make: *** [html/api/api.html] Error 127 
root at P4:/usr/Downloads/Python/Python-2.3.4/Doc# 
 
Attempted installation with Debian from Libranet 
2.8.1 
Latex2HTML has been installed. 
 

----------------------------------------------------------------------

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2004-10-16 13:46

Message:
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1044872&group_id=5470


More information about the Python-bugs-list mailing list