From 8bcdad0a3fc9ea77205f11c711a7cfe2f95d1940 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Jun 2018 20:50:14 +0000 Subject: latex2man (6jun18) git-svn-id: svn://tug.org/texlive/trunk@47942 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/latex2man/CHANGES | 3 ++- Master/texmf-dist/doc/support/latex2man/Makefile | 8 ++++---- Master/texmf-dist/doc/support/latex2man/README | 4 ++-- .../doc/support/latex2man/THIS-IS-VERSION-1.26 | 1 - .../doc/support/latex2man/THIS-IS-VERSION-1.27 | 1 + .../doc/support/latex2man/latex2man-CHANGES.html | 3 ++- .../doc/support/latex2man/latex2man.html | 10 +++++----- .../texmf-dist/doc/support/latex2man/latex2man.pdf | Bin 281163 -> 280980 bytes .../texmf-dist/doc/support/latex2man/latex2man.tex | 8 ++++---- .../doc/support/latex2man/latex2man.texi | 6 +++--- .../texmf-dist/doc/support/latex2man/latex2man.txt | 6 +++--- 11 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26 create mode 100644 Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 (limited to 'Master/texmf-dist/doc/support/latex2man') diff --git a/Master/texmf-dist/doc/support/latex2man/CHANGES b/Master/texmf-dist/doc/support/latex2man/CHANGES index 97af3d5da54..6830a8b9bae 100644 --- a/Master/texmf-dist/doc/support/latex2man/CHANGES +++ b/Master/texmf-dist/doc/support/latex2man/CHANGES @@ -2,7 +2,8 @@ Change history of the latex2man package ======================================= -$Id: CHANGES,v 1.69 2017/10/06 16:24:45 vollmer Exp $ +$Id: CHANGES,v 1.70 2018/06/05 18:55:17 vollmer Exp $ +1.27 05 June 2018 - Fixed handling blanks in command path 1.26 06 Oct 2017 - Handle \end{document}, fixed deprecated regular exprs and minor typoos Thanks to "Gene Cooperman" diff --git a/Master/texmf-dist/doc/support/latex2man/Makefile b/Master/texmf-dist/doc/support/latex2man/Makefile index 5d9e31e3dd7..b6dbf88deb0 100644 --- a/Master/texmf-dist/doc/support/latex2man/Makefile +++ b/Master/texmf-dist/doc/support/latex2man/Makefile @@ -1,7 +1,7 @@ # Project: Documentation Tools # Descr: Latex --> MAN-page (groff -man), Makefile # Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de -# $Id: Makefile,v 1.124 2017/10/06 16:25:08 vollmer Exp $ +# $Id: Makefile,v 1.126 2018/06/05 18:57:43 vollmer Exp $ BASE = latex2man @@ -23,13 +23,13 @@ EX = --exclude "*.o" --exclude core --exclude "*.tar.gz" --exclude "*~" \ --exclude "*.a" --exclude "*.php" EXrcs = $(EX) --exclude "*/RCS/*" --exclude "*/RCS" -VERSION = 1.26 -V_DATE = 2017/10/06 +VERSION = 1.27 +V_DATE = 2018/06/05 latex2man = ./latex2man D = $ -HOMEPAGE = $(HOME)/Privat/informatik-vollmer/software +HOMEPAGE = $(HOME)/Privat/homepage/informatik-vollmer/software .PHONY: all clean realclean diff backup src-tar #.SUFFIXES: .tex .html .ps .info .texi .txt diff --git a/Master/texmf-dist/doc/support/latex2man/README b/Master/texmf-dist/doc/support/latex2man/README index 5cdd8be3dbd..2db0b131246 100644 --- a/Master/texmf-dist/doc/support/latex2man/README +++ b/Master/texmf-dist/doc/support/latex2man/README @@ -17,7 +17,7 @@ Requirements: - Latex2man requires Perl version >= 5.0004_03. - LaTeX2e -VERSION: 1.26 +VERSION: 1.27 Author and Copyright (c) 1998: Dr. Jürgen Vollmer @@ -33,4 +33,4 @@ License: If you find this software useful, please send me a postcard. -$Id: README,v 1.67 2017/10/02 13:25:29 vollmer Exp $ +$Id: README,v 1.68 2018/06/05 18:58:08 vollmer Exp $ diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26 deleted file mode 100644 index 499dd6a3ac7..00000000000 --- a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26 +++ /dev/null @@ -1 +0,0 @@ -VERSION 1.26 DATE=2017/10/06 diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 new file mode 100644 index 00000000000..f846a9d5ea5 --- /dev/null +++ b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 @@ -0,0 +1 @@ +VERSION 1.27 DATE=2018/06/05 diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html index 595ec5e067b..5ee7b72be32 100644 --- a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html +++ b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html @@ -7,7 +7,8 @@ Change history of the latex2man package ======================================= -$Id: CHANGES,v 1.69 2017/10/06 16:24:45 vollmer Exp $ +$Id: CHANGES,v 1.70 2018/06/05 18:55:17 vollmer Exp $ +1.27 05 June 2018 - Fixed handling blanks in command path 1.26 06 Oct 2017 - Handle \end{document}, fixed deprecated regular exprs and minor typoos Thanks to "Gene Cooperman" <gene@ccs.neu.edu> diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.html b/Master/texmf-dist/doc/support/latex2man/latex2man.html index 5e23606027e..7aee17dfc6c 100644 --- a/Master/texmf-dist/doc/support/latex2man/latex2man.html +++ b/Master/texmf-dist/doc/support/latex2man/latex2man.html @@ -1,5 +1,5 @@ - @@ -11,8 +11,8 @@ LaTeX2man -
A Documentation Tool

Dr. Jürgen Vollmer

-

2017/10/06

-

Version 1.26

+

2018/06/05

+

Version 1.27

Latex2man is a tool to translate UNIX manual pages written with @@ -780,7 +780,7 @@ or environment.

\today
-
06 October 2017 (see also the rcsinfo +
05 June 2018 (see also the rcsinfo LaTeXpackage).
\ss,\"a, ...
@@ -1348,7 +1348,7 @@ acknowledgment to people contributing bugfixes or enhancements.

Version

-Version: 1.26 of 2017/10/06. +Version: 1.27 of 2018/06/05.

License and Copyright

diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf index bd342ed422a..58198a8440d 100644 Binary files a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf and b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf differ diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.tex b/Master/texmf-dist/doc/support/latex2man/latex2man.tex index 78896d6db54..a71367852f8 100644 --- a/Master/texmf-dist/doc/support/latex2man/latex2man.tex +++ b/Master/texmf-dist/doc/support/latex2man/latex2man.tex @@ -2,7 +2,7 @@ %% Project: Documentation Tools %% Descr: Latex --> MAN-page (groff -man), LATEX documentation %% Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de -%% $Id: latex2man.tex,v 1.200 2017/10/06 17:19:31 vollmer Exp $ +%% $Id: latex2man.tex,v 1.201 2018/06/05 18:58:08 vollmer Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Latex2man is a tool to translate UNIX manual pages written with LaTeX into a @@ -53,15 +53,15 @@ %% do we have the `rcsinfo' package? \IfFileExists{rcsinfo.sty}{ \usepackage[nofancy]{rcsinfo} -\rcsInfo $Id: latex2man.tex,v 1.200 2017/10/06 17:19:31 vollmer Exp $ +\rcsInfo $Id: latex2man.tex,v 1.201 2018/06/05 18:58:08 vollmer Exp $ \setDate{\rcsInfoLongDate} }{ -\setDate{2017/10/06} %%%% must be manually set, if rcsinfo is not present +\setDate{2018/06/05} %%%% must be manually set, if rcsinfo is not present \message{package rcsinfo not present, discard it} } \setVersionWord{Version:} %%% that's the default, no need to set it. -\setVersion{1.26} +\setVersion{1.27} \begin{document} diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.texi b/Master/texmf-dist/doc/support/latex2man/latex2man.texi index beb97e573e3..13992c04bd8 100644 --- a/Master/texmf-dist/doc/support/latex2man/latex2man.texi +++ b/Master/texmf-dist/doc/support/latex2man/latex2man.texi @@ -3,7 +3,7 @@ @setfilename latex2man.info @settitle latex2man @c %**end of header -@c Manual page created with latex2man on Fr 6. Okt 19:19:31 CEST 2017> +@c Manual page created with latex2man on Di 5. Jun 20:58:08 CEST 2018> @c NOTE: This file is generated, DO NOT EDIT. @dircategory Man-pages @direntry @@ -646,7 +646,7 @@ or @t{description} environment. @item \today -06 October 2017(see also the @t{rcsinfo} +05 June 2018(see also the @t{rcsinfo} LaTeXpackage). @item \ss,\"a, ... \ss = @ss{}, \"a= @"a, \"o= @"o, \"u= @"u, @@ -1082,7 +1082,7 @@ acknowledgment to people contributing bugfixes or enhancements. @section Version -Version: 1.26 of 2017/10/06. +Version: 1.27 of 2018/06/05. @node License and Copyright, Author, Version, Top @section License and Copyright diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.txt b/Master/texmf-dist/doc/support/latex2man/latex2man.txt index cf36b5b2116..0dfcc3e8e0e 100644 --- a/Master/texmf-dist/doc/support/latex2man/latex2man.txt +++ b/Master/texmf-dist/doc/support/latex2man/latex2man.txt @@ -487,7 +487,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1) \item inside a itemize, enumerate, or description environment. - \today 06 October 2017(see also the rcsinfo LaTeXpackage). + \today 05 June 2018(see also the rcsinfo LaTeXpackage). \ss,\"a, ... \ss = ß, \"a= ä, \"o= ö, \"u= ü, \"A= Ä, \"O= Ö, \"U= Ü. It is @@ -783,7 +783,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1) acknowledgment to people contributing bugfixes or enhancements. [1mVERSION[0m - Version: 1.26 of 2017/10/06. + Version: 1.27 of 2018/06/05. [1mLICENSE AND COPYRIGHT[0m Copyright @@ -810,4 +810,4 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1) Email: [1mJuergen.Vollmer@informatik-vollmer.de[0m WWW: [1mhttp://www.informatik-vollmer.de[22m. -Documentation Tools 2017/10/06 LATEX2MAN(1) +Documentation Tools 2018/06/05 LATEX2MAN(1) -- cgit v1.2.3