From a5ed6b49fd24fce0a996e8db92f76022c41c5007 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Jul 2020 17:15:56 +0000 Subject: add tlmgr.html and install-tl.html to runtime, request by rdt git-svn-id: svn://tug.org/texlive/trunk@55897 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-auto | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-auto') diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 17801127932..7770ca9b5f4 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -179,7 +179,7 @@ for gnuconf in ar-lib compile config.guess config.sub depcomp \ done -# tlmgr and install-tl man pages autogenerated. +# tlmgr and install-tl man pages + html autogenerated. # Arrange to ignore date differences. # if $config_scripts_only; then :; else @@ -194,6 +194,7 @@ same_except_for_auto () } mandir=texmf-dist/doc/man +tldocdir=texmf-dist/doc/texlive webdir=/home/httpd/html/texlive/doc man_update=false @@ -214,7 +215,11 @@ for script in texmf-dist/scripts/texlive/tlmgr.pl install-tl; do # can do it unconditionally. # pod2html="$chicken pod2html --cachedir=$TMPDIR" - test -z "$chicken" && $pod2html $script >$webdir/$basescript.html + if test -z "$chicken"; then + $pod2html $script >$webdir/$basescript.html + cp -p $webdir/$basescript.html $tldocdir/ + update_list="$update_list $tldocdir/$basescript.html" + fi fi done -- cgit v1.2.3