diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-06 00:00:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-06 00:00:46 +0000 |
commit | da42249ccbe3f5a09f9d003e19355229c8d48974 (patch) | |
tree | 29e1d659ebaca5a27ab29c0435f81eea0dcb74d4 /Build | |
parent | 419179e1e5abfb701e3f712c16931717c8a4d5b6 (diff) |
dosepsbin (5dec11)
git-svn-id: svn://tug.org/texlive/trunk@24774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl b/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl index b87bd25af54..5f7fedbb575 100755 --- a/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl +++ b/Build/source/texk/texlive/linked_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 |