summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-26 17:53:43 +0000
committerKarl Berry <karl@freefriends.org>2008-07-26 17:53:43 +0000
commitfe136e3276dbd8a40f1a1ac60a756cfdfe68ee50 (patch)
treee8eeb37b793878c46a1fee71c7ee0b364c9154b5 /Master
parent9286011930be25c01795eef80f3327fa551acd48 (diff)
tlmgr.1 autoupdate
git-svn-id: svn://tug.org/texlive/trunk@9787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.135
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto14
2 files changed, 27 insertions, 22 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index 56a69c675f4..40c4a8cdb3c 100644
--- a/Master/texmf/doc/man/man1/tlmgr.1
+++ b/Master/texmf/doc/man/man1/tlmgr.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -25,11 +25,11 @@
..
.\" Set up some character translations and predefined strings. \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote. \*(C+ will
-.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
-.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
-.\" nothing in troff, for use with C<>.
-.tr \(*W-
+.\" double quote, and \*(R" will give a right double quote. | will give a
+.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
+.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
+.\" expand to `' in nroff, nothing in troff, for use with C<>.
+.tr \(*W-|\(bv\*(Tr
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
. ds -- \(*W-
@@ -48,25 +48,22 @@
. ds R" ''
'br\}
.\"
-.\" Escape single quotes in literal strings from groff's Unicode transform.
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
-.\"
.\" If the F register is turned on, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
-.ie \nF \{\
+.if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
-.el \{\
-. de IX
-..
-.\}
+.\"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
@@ -132,11 +129,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 "2008-07-22" "perl v5.10.0" "User Contributed Perl Documentation"
-.\" For nroff, turn off justification. Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.if n .ad l
-.nh
+.TH TLMGR 1 "2008-07-22" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
tlmgr \- the TeX Live Manager
.SH "SYNOPSIS"
@@ -160,7 +153,7 @@ option together with an action from above and will be brought directly
into the respective screen of the \s-1GUI\s0. So calling
.Sp
.Vb 1
-\& tlmgr \-\-gui update
+\& tlmgr --gui update
.Ve
.Sp
will bring you directly into the update screen.
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index 7e99c7c0b23..1293f489053 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -29,7 +29,6 @@ $mydir/htmltext <readme.html/readme.en.html >$temp
if $diff README.EN $temp >$temp.en.diff; then
echo " README.EN ok."
else
- echo "will update README.EN."
$chicken $cp $temp README.EN
update_list="$update_list README.EN"
fi
@@ -142,6 +141,19 @@ for gnuconf in config.guess config.sub; do
done
+# tlmgr man page autogenerated.
+#
+manfile=texmf/doc/man/man1/tlmgr.1
+pod2man bin/i386-linux/tlmgr >$temp
+if $diff $manfile $temp >$temp.tlmgr.diff; then
+ echo " `basename $manfile` ok."
+ rm -f $manfile.new
+else
+ $chicken $mv $temp $manfile
+ update_list="$update_list $manfile"
+fi
+
+
# doc.html.
#
$mydir/tl-update-docindex | tee $temp.doc \