Skip to content
Snippets Groups Projects
Commit 72d8d12b authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Enfore standard tmp directory when calling latex2html.

(cherry picked from commit f1ed349d)
parent dccf46b9
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,11 @@ info_TEXINFOS = dynare.texi
if HAVE_LATEX2HTML
html-local: dynare.html
# The temporary directory for latex2html (L2H_TMP) must not contain a dot, so
# enforce standard tmp directory instead of defaulting to current directory
dynare.html: dynare.texi
rm -rf dynare.html
texi2any --html --split=section -c L2H=1 -c PREFIX=dynare.html dynare.texi
texi2any --html --split=section -c L2H=1 -c L2H_TMP=$${TMPDIR:-/tmp} -c PREFIX=dynare.html dynare.texi
endif
PDF_TARGETS =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment