From 38c0a99313404f9d50bded752a5d0ea0fff078d9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Aug 2008 00:16:58 +0000 Subject: doc fixes git-svn-id: svn://tug.org/texlive/trunk@10198 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-auto | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 65a1b622246..abc8553df10 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -141,7 +141,7 @@ for gnuconf in config.guess config.sub; do done -# tlmgr man page autogenerated. Don't worry about a date difference. +# tlmgr man page autogenerated. Arrange to ignore date differences. # # return 0 if files $1 and $2 are the same except for the first lines. # (we need to ignore the timestamps in the generation lines.) @@ -155,7 +155,9 @@ same_except_for_th () mandir=texmf/doc/man manfile=$mandir/man1/tlmgr.1 -pod2man bin/i386-linux/tlmgr >$temp +tlmgr=texmf/scripts/texlive/tlmgr.pl +# +pod2man $tlmgr >$temp if same_except_for_th $manfile $temp; then echo " `basename $manfile` ok." rm -f $manfile.new @@ -165,6 +167,12 @@ else update_list="$update_list $mandir" 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 + # doc.html. # -- cgit v1.2.3