From b5cc1664be99937d3d19c0f690271e201eae7779 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 22 Nov 2018 21:48:15 +0000 Subject: latex2man (22nov18) git-svn-id: svn://tug.org/texlive/trunk@49222 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/latex2man/CHANGES | 3 ++- Master/texmf-dist/doc/support/latex2man/Makefile | 7 ++++--- Master/texmf-dist/doc/support/latex2man/README | 4 ++-- .../doc/support/latex2man/THIS-IS-VERSION-1.27 | 1 - .../doc/support/latex2man/THIS-IS-VERSION-1.28 | 1 + .../doc/support/latex2man/latex2man-CHANGES.html | 3 ++- .../doc/support/latex2man/latex2man.html | 10 +++++----- .../texmf-dist/doc/support/latex2man/latex2man.inc | 20 ++++++++++++++++++++ .../texmf-dist/doc/support/latex2man/latex2man.pdf | Bin 280980 -> 280864 bytes .../texmf-dist/doc/support/latex2man/latex2man.tex | 8 ++++---- .../doc/support/latex2man/latex2man.texi | 6 +++--- .../texmf-dist/doc/support/latex2man/latex2man.txt | 6 +++--- 12 files changed, 46 insertions(+), 23 deletions(-) delete mode 100644 Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 create mode 100644 Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28 create mode 100644 Master/texmf-dist/doc/support/latex2man/latex2man.inc (limited to 'Master/texmf-dist/doc/support') diff --git a/Master/texmf-dist/doc/support/latex2man/CHANGES b/Master/texmf-dist/doc/support/latex2man/CHANGES index 6830a8b9bae..f4b1a077b80 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.70 2018/06/05 18:55:17 vollmer Exp $ +$Id: CHANGES,v 1.71 2018/11/22 07:50:02 vollmer Exp $ +1.28 22 Nov 2018 - Added missing file latex2man.inc to tar archive 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 diff --git a/Master/texmf-dist/doc/support/latex2man/Makefile b/Master/texmf-dist/doc/support/latex2man/Makefile index b6dbf88deb0..106aee8ecb4 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.126 2018/06/05 18:57:43 vollmer Exp $ +# $Id: Makefile,v 1.127 2018/11/22 07:42:23 vollmer Exp $ BASE = latex2man @@ -23,8 +23,8 @@ EX = --exclude "*.o" --exclude core --exclude "*.tar.gz" --exclude "*~" \ --exclude "*.a" --exclude "*.php" EXrcs = $(EX) --exclude "*/RCS/*" --exclude "*/RCS" -VERSION = 1.27 -V_DATE = 2018/06/05 +VERSION = 1.28 +V_DATE = 2018/11/22 latex2man = ./latex2man D = $ @@ -193,6 +193,7 @@ dist: $(BASE)/latex2man.tex \ $(BASE)/latex2man.cfg \ $(BASE)/latex2man.sty \ + $(BASE)/latex2man.inc \ $(BASE)/latex2man.trans \ $(BASE)/latex2man.css \ $(BASE)/latex2man.1 \ diff --git a/Master/texmf-dist/doc/support/latex2man/README b/Master/texmf-dist/doc/support/latex2man/README index 2db0b131246..b54b701c4fe 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.27 +VERSION: 1.28 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.68 2018/06/05 18:58:08 vollmer Exp $ +$Id: README,v 1.69 2018/11/22 07:42:26 vollmer Exp $ 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 deleted file mode 100644 index f846a9d5ea5..00000000000 --- a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.27 +++ /dev/null @@ -1 +0,0 @@ -VERSION 1.27 DATE=2018/06/05 diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28 new file mode 100644 index 00000000000..84644f3b90d --- /dev/null +++ b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28 @@ -0,0 +1 @@ +VERSION 1.28 DATE=2018/11/22 diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html index 5ee7b72be32..84124818d1d 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.70 2018/06/05 18:55:17 vollmer Exp $ +$Id: CHANGES,v 1.71 2018/11/22 07:50:02 vollmer Exp $ +1.28 22 Nov 2018 - Added missing file latex2man.inc to tar archive 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 diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.html b/Master/texmf-dist/doc/support/latex2man/latex2man.html index 7aee17dfc6c..6f27e438b26 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

-

2018/06/05

-

Version 1.27

+

2018/11/22

+

Version 1.28

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

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

Version

-Version: 1.27 of 2018/06/05. +Version: 1.28 of 2018/11/22.

License and Copyright

diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.inc b/Master/texmf-dist/doc/support/latex2man/latex2man.inc new file mode 100644 index 00000000000..bb307b85d5a --- /dev/null +++ b/Master/texmf-dist/doc/support/latex2man/latex2man.inc @@ -0,0 +1,20 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Project: Documentation Tools +%% Descr: Latex --> MAN-page (groff -man), LATEX documentation +%% Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de +%% $Id: latex2man.inc,v 1.3 2017/04/13 14:47:28 vollmer Exp $ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{Changes} +%@% IF LATEX %@% +{\small\verbatiminput{./CHANGES}} +%@% ELSE %@% +%@% IF HTML %@% +Please check the file \URL{latex2man-CHANGES.html} for the list of changes and +acknowledgment to people contributing bugfixes or enhancements. +%@% ELSE %@% +Please check the file \URL{latex2man-CHANGES} for the list of changes and +acknowledgment to people contributing bugfixes or enhancements. + +%@% END-IF %@% +%@% END-IF %@% diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf index 58198a8440d..3ae811d4c2e 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 a71367852f8..142460e65ff 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.201 2018/06/05 18:58:08 vollmer Exp $ +%% $Id: latex2man.tex,v 1.202 2018/11/22 07:42:26 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.201 2018/06/05 18:58:08 vollmer Exp $ +\rcsInfo $Id: latex2man.tex,v 1.202 2018/11/22 07:42:26 vollmer Exp $ \setDate{\rcsInfoLongDate} }{ -\setDate{2018/06/05} %%%% must be manually set, if rcsinfo is not present +\setDate{2018/11/22} %%%% 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.27} +\setVersion{1.28} \begin{document} diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.texi b/Master/texmf-dist/doc/support/latex2man/latex2man.texi index 13992c04bd8..06a54b4876b 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 Di 5. Jun 20:58:08 CEST 2018> +@c Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018> @c NOTE: This file is generated, DO NOT EDIT. @dircategory Man-pages @direntry @@ -646,7 +646,7 @@ or @t{description} environment. @item \today -05 June 2018(see also the @t{rcsinfo} +22 November 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.27 of 2018/06/05. +Version: 1.28 of 2018/11/22. @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 0dfcc3e8e0e..48f1a7efdf5 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 05 June 2018(see also the rcsinfo LaTeXpackage). + \today 22 November 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.27 of 2018/06/05. + Version: 1.28 of 2018/11/22. [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 2018/06/05 LATEX2MAN(1) +Documentation Tools 2018/11/22 LATEX2MAN(1) -- cgit v1.2.3