diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index a78586b4569..2318c23ada1 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -170,8 +170,9 @@ fi # Update the version on the web site; since these aren't checked in, we # can do it unconditionally. # -pod2html $tlmgr >/home/httpd/html/texlive/doc/tlmgr.html -pod2html install-tl >/home/httpd/html/texlive/doc/install-tl.html +pod2html="pod2html --cachedir=/tmp" +$pod2html $tlmgr >/home/httpd/html/texlive/doc/tlmgr.html +$pod2html install-tl >/home/httpd/html/texlive/doc/install-tl.html # doc.html. |