
* doc/Makefile.am (lrde_olena.html): Here. --- ChangeLog | 6 ++++++ doc/Makefile.am | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa9606d..e1423c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-06-18 Roland Levillain <roland@lrde.epita.fr> + + Work around constraints of TeXLive's bibtex2html on Mac OS X. + + * doc/Makefile.am (lrde_olena.html): Here. + 2013-06-14 Roland Levillain <roland@lrde.epita.fr> Shell-related portability fixes in Olena's Makefiles. diff --git a/doc/Makefile.am b/doc/Makefile.am index 30fa31d..eeb417c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -166,8 +166,12 @@ lrde_olena.bib: # Warning: also generates lrde_olena_bib.html lrde_olena.html: lrde_olena.bib - bibtex2html -s plain -nokeywords -citefile lrde_olena.cite \ - -noabstract -nofooter -labelname -nodoc -linebreak -nf urllrde PDF lrde_olena.bib +# Use the current directory for temporary files, as TeXlive (2012) +# prevents bibtex2html from running bibtex in a temporary directory on +# Mac OS X (see https://www.lri.fr/~filliatr/bibtex2html/). + env TMPDIR=. bibtex2html -s plain -nokeywords \ + -citefile lrde_olena.cite -noabstract -nofooter -labelname \ + -nodoc -linebreak -nf urllrde PDF lrde_olena.bib EXTRA_DIST += \ -- 1.7.10.4