Kaydet (Commit) b5210959 authored tarafından Fred Drake's avatar Fred Drake

In build_html(), strip off leading "./" from filename, added by

kpsewhich.  This caused a problem with the latest latex2html beta.
üst 6b384833
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment