summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/latex2man/latex2man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-06 20:50:14 +0000
committerKarl Berry <karl@freefriends.org>2018-06-06 20:50:14 +0000
commit8bcdad0a3fc9ea77205f11c711a7cfe2f95d1940 (patch)
tree784855c1c8d000ea1df6efb4e87e61efbc06509c /Master/texmf-dist/scripts/latex2man/latex2man
parent21a3ac3419bf735578517956dc0054db72504a20 (diff)
latex2man (6jun18)
git-svn-id: svn://tug.org/texlive/trunk@47942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/latex2man/latex2man')
-rwxr-xr-xMaster/texmf-dist/scripts/latex2man/latex2man8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/latex2man/latex2man b/Master/texmf-dist/scripts/latex2man/latex2man
index 07f8d6c6fbe..53ec825ad52 100755
--- a/Master/texmf-dist/scripts/latex2man/latex2man
+++ b/Master/texmf-dist/scripts/latex2man/latex2man
@@ -4,7 +4,7 @@
# Descr: Latex --> MAN-page (groff -man), HTML and TexInfo;
# Language: PERL (>= 5.0)
# Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-# $Id: latex2man,v 1.175 2017/10/06 17:19:31 vollmer Exp $
+# $Id: latex2man,v 1.176 2018/06/05 18:53:10 vollmer Exp $
#
# Copyright (C) 1998 Dr. Juergen Vollmer
# Am Rennbuckel 21, D-76185 Karlsruhe, Germany
@@ -23,12 +23,12 @@ use Getopt::Std;
no warnings 'once';
# use strict 'vars';
-$CMD=`basename $0`; chop ($CMD);
+$CMD=`basename "$0"`; chop ($CMD);
$gen_date = `date`; chomp $gen_date; # date when the output was generated
sub date2str;
-$VERSION = "1.26";
-$DATE = date2str ('$Date: 2017/10/06 17:19:31 $' =~ m|(\d+/\d+/\d+)|);
+$VERSION = "1.27";
+$DATE = date2str ('$Date: 2018/06/05 18:53:10 $' =~ m|(\d+/\d+/\d+)|);
$tmp = "/tmp/$CMD.$$";