diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-10 13:38:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-10 13:38:14 +0000 |
commit | f745ce3f73cb9560120f48a93e7f92b51d0ae7ca (patch) | |
tree | b03f75b370adeaedbc489ca64993a718fbc5aac8 /Master/tlpkg/bin/tl-update-auto | |
parent | 15dda9e0a3b39bd88ced3bc2a76b4f8fc63fa8e2 (diff) |
pod2html temp files in /tmp; check context-taspresent; avoid /context/source/third dup
git-svn-id: svn://tug.org/texlive/trunk@10229 c570f23f-e606-0410-a88d-b1316a301751
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. |