Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b38483 commit b521095Copy full SHA for b521095
1 file changed
Doc/tools/mkhowto.sh
@@ -78,6 +78,7 @@ MAX_SPLIT_DEPTH=6
78
79
build_html() {
80
TEXFILE=`kpsewhich $1.tex`
81
+ TEXFILE="${TEXFILE#./}"
82
BUILDDIR=${2:-$1}
83
latex2html \
84
-init_file $L2H_INIT_FILE \
0 commit comments