Issue 1044872: Unable to install Docs - Linux (original) (raw)

Issue1044872

Created on 2004-10-11 20:54 by cjwhrh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg22633 - (view) Author: Colin J. Williams (cjwhrh) Date: 2004-10-11 20:54
Please see the tail of the make output below: [6654 refs] TEXINPUTS=/usr/Downloads/Python/Python-2.Doc/commontex: mkhowto --html --about html/stdabout.dat --iconserver ../icons --favicon ../icons/pyfav.gif --address "See <a href=\"about.html\">About this document... 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@P4:/usr/Downloads/Python/Python-2.3.4/Doc# Attempted installation with Debian from Libranet 2.8.1 Latex2HTML has been installed.
msg22634 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-10-16 11:46
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)(PYTHON) (PYTHON)(PWD)/tools/mkhowto and comment this line: MKHOWTO= TEXINPUTS=$(TEXINPUTS) mkhowto
History
Date User Action Args
2022-04-11 14:56:07 admin set github: 41005
2004-10-11 20:54:33 cjwhrh create