From: Fred Drake Date: Fri, 16 Oct 1998 17:34:34 +0000 (+0000) Subject: In build_html(), strip off leading "./" from filename, added by X-Git-Tag: v1.5.2a2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b521095952803a6bee3d315ee9023c1df4cf4fd2;p=python In build_html(), strip off leading "./" from filename, added by kpsewhich. This caused a problem with the latest latex2html beta. --- diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index b85846bca2..e53569b6df 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -78,6 +78,7 @@ MAX_SPLIT_DEPTH=6 build_html() { TEXFILE=`kpsewhich $1.tex` + TEXFILE="${TEXFILE#./}" BUILDDIR=${2:-$1} latex2html \ -init_file $L2H_INIT_FILE \