mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Some versions of latex2html don't automatically append the .tex extension to
the name of the main .tex source file if it's not in the current directory.
This commit is contained in:
parent
df68e3dd6d
commit
f4166a478a
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ fi
|
|||
|
||||
set -x
|
||||
|
||||
latex2html -init_file $srcdir/perl/l2hinit.perl ${1:+$@} $srcdir/$part/$part
|
||||
latex2html \
|
||||
-init_file $srcdir/perl/l2hinit.perl \
|
||||
${1:+$@} \
|
||||
$srcdir/$part/$part.tex
|
||||
|
||||
cd $part
|
||||
$srcdir/tools/node2label.pl *.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue