mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
In build_html(), strip off leading "./" from filename, added by
kpsewhich. This caused a problem with the latest latex2html beta.
This commit is contained in:
parent
6b384833f3
commit
b521095952
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue