]> git.donarmstrong.com Git - lilypond.git/commit
bib2html: set TEXMFOUTPUT to the tempdir.
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 2 Feb 2010 21:33:44 +0000 (13:33 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 4 Feb 2010 15:25:16 +0000 (15:25 +0000)
commitda009bcd6532ed1564440ddff73a1a92019d5420
tree9f88c47a590176e10071530f2596f4da9aec4cb4
parentc19262da0859a77e352f0780c63970d78902bfed
bib2html: set TEXMFOUTPUT to the tempdir.

With the latest update of TeX Live 2009, bibtex became a "safe" command
in that it cannot write output to any directory other than

  (a) a subdirectory of the current directory
  (b) a subdirectory of TEXMFOUTPUT

Setting TEXMFOUTPUT to the temporary directory permits bibtex to write
in that directory.

Additionally, use mkstemp() instead mktemp(), since the latter function
has been deprecated since Python 2.3.
scripts/build/bib2html.py