summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/dosepsbin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-06 00:00:46 +0000
committerKarl Berry <karl@freefriends.org>2011-12-06 00:00:46 +0000
commitda42249ccbe3f5a09f9d003e19355229c8d48974 (patch)
tree29e1d659ebaca5a27ab29c0435f81eea0dcb74d4 /Master/texmf-dist/scripts/dosepsbin
parent419179e1e5abfb701e3f712c16931717c8a4d5b6 (diff)
dosepsbin (5dec11)
git-svn-id: svn://tug.org/texlive/trunk@24774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/dosepsbin')
-rwxr-xr-xMaster/texmf-dist/scripts/dosepsbin/dosepsbin.pl16
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
index b87bd25af54..5f7fedbb575 100755
--- a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
+++ b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
@@ -4,8 +4,8 @@ use strict;
$^W=1;
my $prj = 'dosepsbin';
-my $version = '1.0';
-my $date = '2011/11/10';
+my $version = '1.1';
+my $date = '2011/12/05';
my $author = 'Heiko Oberdiek';
my $copyright = "Copyright 2011 $author";
@@ -298,7 +298,7 @@ dosepsbin -- Extract PS/WMF/TIFF sections from DOS EPS binary files
=head1 VERSION
-2011-11-10 v1.0
+2011-12-05 v1.1
=head1 SYNOPSIS
@@ -315,7 +315,7 @@ Options:
--eps-file <file> Write PS section to <file>.
--wmf-file <file> Write WMF section to <file>.
- --tiff-file <file> Write WMF section to <file>.
+ --tiff-file <file> Write TIFF section to <file>.
--inputfile <file> The name of the input file.
--verbose Verbose output.
--quiet Only errors and warnings are printed.
@@ -436,6 +436,14 @@ in section "5.2 Windows Metafile or TIFF":
=back
+=item B<2011/12/05 v1.1>
+
+=over 2
+
+=item * Typo fixed in help text (thanks Peter Breitenlohner).
+
+=back
+
=back
=cut