Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b521095

Browse files
committed
In build_html(), strip off leading "./" from filename, added by
kpsewhich. This caused a problem with the latest latex2html beta.
1 parent 6b38483 commit b521095

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/tools/mkhowto.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ MAX_SPLIT_DEPTH=6
7878

7979
build_html() {
8080
TEXFILE=`kpsewhich $1.tex`
81+
TEXFILE="${TEXFILE#./}"
8182
BUILDDIR=${2:-$1}
8283
latex2html \
8384
-init_file $L2H_INIT_FILE \

0 commit comments

Comments
 (0)