mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Merged changes from the 1.5.2p2 release.
This commit is contained in:
parent
a22b576d05
commit
ba82878a3b
11 changed files with 118 additions and 28 deletions
|
|
@ -330,6 +330,8 @@ class Job:
|
|||
if texfile[:2] == os.curdir + os.sep:
|
||||
texfile = texfile[2:]
|
||||
# build the command line and run LaTeX2HTML:
|
||||
if not os.path.isdir(builddir):
|
||||
os.mkdir(builddir)
|
||||
args = [LATEX2HTML_BINARY,
|
||||
"-init_file", L2H_INIT_FILE,
|
||||
"-init_file", self.l2h_aux_init_file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue