diff options
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/mkhowto.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index b85846b..e53569b 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 \ |